pointfichiers/hosts/OVHCloud/hardware-configuration.nix

12 lines
199 B
Nix
Raw Normal View History

{modulesPath, ...}: {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
./disko-config.nix
];
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
}