diff options
| author | seth <[email protected]> | 2023-05-03 21:11:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-03 21:11:47 -0400 |
| commit | cf5647129499df68ac092b55b71a3cddc3422d01 (patch) | |
| tree | f7685c8540cbab2bc51f87a2e9cda214d7d2dfae /hosts | |
| parent | cdfc4ba1b2ef2b187e076a6f627e4631b6bd7fb3 (diff) | |
refactor flake + make virtualisation compatible with 22.11
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index e0f5397..7bc973f 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -10,7 +10,7 @@ with inputs; let nur.nixosModules.nur self.nixosModules.getchoo - users.seth.default + "${self}/users/seth" { age = { @@ -66,7 +66,6 @@ in { nixos-hardware.nixosModules.common-gpu-nvidia-nonprime nixos-hardware.nixosModules.common-pc-ssd lanzaboote.nixosModules.lanzaboote - (import "${self}/modules/nixos/virtualisation.nix") ]; }; glados-wsl = { |
