yes, systemd-boot is good enough(tm)

This commit is contained in:
randomuser 2023-08-03 23:01:24 -05:00
parent d1522589f0
commit feac80e929
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
../common/desktop.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "xps";
}