diff options
Diffstat (limited to 'hosts/spawn/configuration.nix')
-rw-r--r-- | hosts/spawn/configuration.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hosts/spawn/configuration.nix b/hosts/spawn/configuration.nix deleted file mode 100644 index ff50f404..00000000 --- a/hosts/spawn/configuration.nix +++ /dev/null @@ -1,11 +0,0 @@ -# vim: ts=2 -{...}: { - imports = [ - ./hardware - ./networking.nix - - ../../system - ]; - - system.stateVersion = "23.05"; -} |