summaryrefslogtreecommitdiff
path: root/hosts/snorlax/configuration.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-03 20:12:31 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-03 20:12:31 +0100
commit157c6b37886f116d4b03004ae553f72a5a5e571c (patch)
tree50f667e72b870c0feef00e473b7ff3450764f562 /hosts/snorlax/configuration.nix
parent85ef0228f1fafece04af64e770ed590b2d46fffd (diff)
move around disk conf stuff
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";
-}