feat!: use systemd-boot for server
This commit is contained in:
parent
484cc3a74b
commit
6ad98b5265
2 changed files with 2 additions and 6 deletions
|
|
@ -12,10 +12,7 @@ in
|
|||
clan-core.clanModules.disk-id
|
||||
];
|
||||
|
||||
# DO NOT EDIT THIS FILE AFTER INSTALLATION of a machine
|
||||
# Otherwise your system might not boot because of missing partitions / filesystems
|
||||
boot.loader.grub.efiSupport = lib.mkDefault true;
|
||||
boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
disko.devices = {
|
||||
disk = {
|
||||
"main" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue