diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-03 20:13:16 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-03 20:13:16 +0100 |
commit | 354a2e25db30ae230e2ade0c65cda3717a005fb2 (patch) | |
tree | 65f432161daeb68d6576b0eaa8a0578835ad1f3f /hosts/snorlex.nix | |
parent | 157c6b37886f116d4b03004ae553f72a5a5e571c (diff) |
rm more stuff
Diffstat (limited to 'hosts/snorlex.nix')
-rw-r--r-- | hosts/snorlex.nix | 9 |
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"; -} |