summaryrefslogtreecommitdiff
path: root/hosts/snorlex.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-03 20:13:16 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-03 20:13:16 +0100
commit354a2e25db30ae230e2ade0c65cda3717a005fb2 (patch)
tree65f432161daeb68d6576b0eaa8a0578835ad1f3f /hosts/snorlex.nix
parent157c6b37886f116d4b03004ae553f72a5a5e571c (diff)
rm more stuff
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";
-}