summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-03 21:11:47 -0400
committerseth <[email protected]>2023-05-03 21:11:47 -0400
commitcf5647129499df68ac092b55b71a3cddc3422d01 (patch)
treef7685c8540cbab2bc51f87a2e9cda214d7d2dfae /hosts
parentcdfc4ba1b2ef2b187e076a6f627e4631b6bd7fb3 (diff)
refactor flake + make virtualisation compatible with 22.11
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix3
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 = {