nixos-config location isn't super necessary

This commit is contained in:
baduhai 2022-12-09 20:04:16 -03:00
parent 50c34e895e
commit ed619fe78a
2 changed files with 4 additions and 6 deletions

View file

@ -12,8 +12,6 @@
networking.hostName = "io";
nix.nixPath = [ "nixos-config=/home/user/Projects/nix-config/personal/hosts/desktops/io.nix" ];
zramSwap = {
enable = true;
memoryPercent = 100;