add readme file

This commit is contained in:
MeexReay 2025-07-23 03:02:39 +03:00
parent 042db5dbfb
commit c0212a64c7

19
README.md Normal file
View File

@ -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`