Create backuphost Bragi

This commit is contained in:
Gonne 2023-12-18 17:55:00 +01:00
parent 4a65723e05
commit f945c07c16
6 changed files with 168 additions and 6 deletions

View file

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

View file

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