updated to efi boot and resolved module paths

This commit is contained in:
2026-07-19 06:27:22 +10:00
parent 79d2ed0314
commit 0900ff25ae
10 changed files with 19 additions and 180 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
../set-locale.nix
];
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
# boot.loader.grub.enable = true;
#boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.