Working filesystem ?
This commit is contained in:
parent
8a9335f5ae
commit
dd216b9cab
2 changed files with 1 additions and 4 deletions
|
@ -52,6 +52,7 @@
|
|||
inherit inputs;
|
||||
inherit username;
|
||||
inherit hostName;
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
nginx = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
|
||||
boot.kernel.sysctl."vm.swapiness" = 1;
|
||||
|
||||
networking.useNetworkd = true;
|
||||
|
||||
systemd.network.enable = true;
|
||||
|
|
Loading…
Reference in a new issue