more net sec stuff

This commit is contained in:
Vivian 2024-02-26 12:19:32 +01:00
parent 8d7f778b65
commit 4416a21e47
6 changed files with 60 additions and 52 deletions

View file

@ -7,7 +7,7 @@
efi.canTouchEfiVariables = true;
efi.efiSysMountPoint = "/boot/efi";
};
kernel.sysctl = { "fs.inotify.max_user_watches" = 524288; };
kernel.sysctl = lib.mkDefault { "fs.inotify.max_user_watches" = 524288; };
initrd = {
systemd.enable = true;
verbose = false;