diff options
author | Soispha <soispha@vhack.eu> | 2023-04-21 18:35:15 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:18 +0200 |
commit | f653d54bb8a0c5fc1d2f6fa0b18f36fe910aa5c6 (patch) | |
tree | 59895eb6bc42386d7481af82f6651e09637a3130 /hosts/spawn/configuration.nix | |
parent | Feat(host/apzu): Add (diff) | |
download | nixos-config-f653d54bb8a0c5fc1d2f6fa0b18f36fe910aa5c6.tar.gz nixos-config-f653d54bb8a0c5fc1d2f6fa0b18f36fe910aa5c6.zip |
Fix(hosts): Rename configuration.nix to default.nix
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"; -} |