Compare commits

..

1 commit

Author SHA1 Message Date
d68f6bf45f Differentiate hardware and vms in roles 2024-01-08 09:57:58 +01:00
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +1,4 @@
{
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = true;
}

View file

@ -1,7 +1,4 @@
{
modulesPath,
...
}: {
{modulesPath, ...}: {
imports = [
(modulesPath + "/virtualisation/xen-domU.nix")
];