remove vfio
This commit is contained in:
@@ -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 {
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{ pkgs, config, ...}:
|
||||
{
|
||||
imports = [
|
||||
./backup.nix
|
||||
./wireshark.nix
|
||||
./virt-manager.nix
|
||||
./nftables.nix
|
||||
|
||||
Reference in New Issue
Block a user