let disko set boot.loader.grub.devices

This commit is contained in:
Jörg Thalheim
2024-08-25 10:42:48 +02:00
parent 6e40879df2
commit 1d64c9dbf7
3 changed files with 4 additions and 5 deletions

View File

@ -56,5 +56,4 @@ in
};
sops.defaultSopsFile = ./secrets/secrets.yaml;
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
}