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