updates and migrations

This commit is contained in:
Vivian 2023-04-28 10:28:06 +02:00
parent 8612ea5e53
commit 2b16f87b36
7 changed files with 1363 additions and 27 deletions

View file

@ -12,16 +12,8 @@
# Bootloader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
efi.efiSysMountPoint = "/boot/efi";
};
kernel.sysctl = { "fs.inotify.max_user_watches" = 524288; };
initrd = {
kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ];
systemd.enable = true;
verbose = false;
};
};