Working filesystem ?

This commit is contained in:
Théo Barnouin 2024-09-10 10:51:57 +02:00
parent 8a9335f5ae
commit dd216b9cab
2 changed files with 1 additions and 4 deletions

View file

@ -52,6 +52,7 @@
inherit inputs; inherit inputs;
inherit username; inherit username;
inherit hostName; inherit hostName;
inherit system;
}; };
}; };
nginx = nixpkgs.lib.nixosSystem { nginx = nixpkgs.lib.nixosSystem {

View file

@ -11,10 +11,6 @@
}; };
security.sudo.wheelNeedsPassword = false; 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; networking.useNetworkd = true;
systemd.network.enable = true; systemd.network.enable = true;