summaryrefslogtreecommitdiff
path: root/hosts/snorlex.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/snorlex.nix')
-rw-r--r--hosts/snorlex.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/snorlex.nix b/hosts/snorlex.nix
deleted file mode 100644
index 9ba6e6c..0000000
--- a/hosts/snorlex.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ ... }:
-{
- imports = [
- ./hardware-configuration/snorlex.nix
- ../roles/server.nix
- ];
-
- system.stateVersion = "24.05";
-}