diff options
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"; -} |