diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-03 20:12:31 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-03 20:12:31 +0100 |
commit | 157c6b37886f116d4b03004ae553f72a5a5e571c (patch) | |
tree | 50f667e72b870c0feef00e473b7ff3450764f562 /hosts/snorlax/configuration.nix | |
parent | 85ef0228f1fafece04af64e770ed590b2d46fffd (diff) |
move around disk conf stuff
Diffstat (limited to 'hosts/snorlax/configuration.nix')
-rw-r--r-- | hosts/snorlax/configuration.nix | 9 |
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"; -} |