From c0212a64c75f31d3c1ce934c3110cdbf264d26a1 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 23 Jul 2025 03:02:39 +0300 Subject: [PATCH] add readme file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..289fed7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# My NixOS configuration + +Really similar to [dotfiles-void](https://git.meex.lol/MeexReay/dotfiles-void) + +## How to install + +- Copy your `hardware-configuration.nix` to `system/` folder +- Copy your shadowsocks config to `modules/proxies/shadowsocks.json`. If you have no one, comment this line in `modules/proxies/default.nix`: `./shadowsocks.nix` +- Remove these lines in `system/default.nix`: +```nix +hosts = { + "172.16.1.32" = [ # fix my sites on localhost + "meex.lol" + "git.meex.lol" + "files.meex.lol" + ]; +}; +``` +- Copy all the finished files to `/etc/nixos`