pointfichiers/hosts/OVHCloud/hardware-configuration.nix
2024-09-23 16:57:09 +02:00

11 lines
199 B
Nix

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