2025-07-30 20:17:28 +03:00
2025-07-30 20:17:28 +03:00
2025-07-23 02:43:26 +03:00
2025-07-23 02:43:26 +03:00
2025-07-23 02:43:26 +03:00
2025-07-23 03:02:39 +03:00
2025-07-30 20:17:28 +03:00

My NixOS configuration

Really similar to 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:
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
Description
My dotfiles for NixOS
Readme 385 MiB
Languages
Nix 88.3%
CSS 10.6%
Shell 1.1%