summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index d73b3a8..458aaab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,8 +33,6 @@
name = "glados";
modules = [
lanzaboote.nixosModules.lanzaboote
-
- ./hosts/glados
./users/seth
];
version = "23.05";
@@ -55,8 +53,6 @@
interop.includePath = false;
};
})
-
- ./hosts/glados-wsl
./users/seth
];
pkgs = nixpkgs;