aboutsummaryrefslogtreecommitdiff
path: root/profiles/hardware/synology-vm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardware/synology-vm.nix')
-rw-r--r--profiles/hardware/synology-vm.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/hardware/synology-vm.nix b/profiles/hardware/synology-vm.nix
index 7d784eb..053cf41 100644
--- a/profiles/hardware/synology-vm.nix
+++ b/profiles/hardware/synology-vm.nix
@@ -4,6 +4,9 @@
(modulesPath + "/profiles/qemu-guest.nix")
];
+ boot.loader.efi.canTouchEfiVariables = true;
+ boot.loader.systemd-boot.enable = true;
+
boot.initrd.availableKernelModules = [
"ata_piix"
"uhci_hcd"