summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5518c8d..eee27a3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,10 +11,15 @@
nur.url = "github:nix-community/NUR";
impermanence.url = "github:nix-community/impermanence";
hm-isolation.url = "/home/ale/hm-isolation";
+
+ nixvirt = {
+ url = "/home/ale/NixVirt";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =
- { self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, ... }:
+ { self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, nixvirt, ... }:
let
system = "x86_64-linux";
@@ -56,6 +61,7 @@
host
nixpkgs.nixosModules.notDetected
impermanence.nixosModule
+ nixvirt.nixosModules.default
];
};
in