yes, systemd-boot is good enough(tm)
This commit is contained in:
parent
d1522589f0
commit
feac80e929
|
@ -5,8 +5,8 @@
|
||||||
../common/desktop.nix
|
../common/desktop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "xps";
|
networking.hostName = "xps";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue