diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-10 09:59:07 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-10 09:59:07 -0600 |
| commit | 6318f32e342dafe75f637f618f28726387cb7081 (patch) | |
| tree | 71fcc0ed4a9b17fc61c628a0267017289f7cdd5b /flake.nix | |
| parent | c71f6e94f050e6aefb5dff56c16ce95619c92c39 (diff) | |
sys/hv: enable NixVirt
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
