remove vfio

This commit is contained in:
Kopatz
2024-05-09 20:25:20 +02:00
parent 4b3443fab9
commit a320b2e6a5
4 changed files with 25 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ let
cfg = config.custom.misc.backup;
in
{
options.custom.backup = {
options.custom.misc.backup = {
enable = mkEnableOption "Enables backup";
};
@@ -105,5 +105,5 @@ in mkIf cfg.enable {
};
};
};
}
};
}

View File

@@ -1,6 +1,7 @@
{ pkgs, config, ...}:
{
imports = [
./backup.nix
./wireshark.nix
./virt-manager.nix
./nftables.nix