updated to efi boot and resolved module paths
Check NixOS configurations / eval-hosts (push) Failing after 25m24s

This commit is contained in:
2026-07-19 06:27:22 +10:00
parent 90baa168d1
commit 14accceb02
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.