This commit is contained in:
Sebastian Moser
2026-02-26 19:34:43 +01:00
parent d98c64bc11
commit 8e5316761c
5 changed files with 19 additions and 9 deletions

View File

@@ -85,11 +85,15 @@ in {
"aarch64-linux"
];
networking.nftables.enable = true;
virtualisation.libvirtd = {
enable = true;
qemuOvmf = true;
qemuSwtpm = true;
#qemuOvmfPackage = pkgs.OVMFFull;
extraConfig = ''
firewall_backend = "nftables"
'';
};
# Use the GRUB 2 boot loader.