Upgrade to NixOS 25.05 and switch to systemd-boot.

This commit is contained in:
Nolan Darilek 2025-05-20 10:23:23 -05:00
parent 6141634cb1
commit 773850a674
4 changed files with 35 additions and 119 deletions

View file

@ -23,17 +23,12 @@
../../roles/games.nix
];
boot.loader.grub = {
enable = true;
zfsSupport = true;
efiSupport = true;
efiInstallAsRemovable = true;
mirroredBoots = [
{
devices = [ "nodev" ];
path = "/boot";
}
];
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
supportedFilesystems = [ "zfs" ];
};
networking = {