about summary refs log tree commit diff stats
path: root/hosts/spawn/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-21 18:35:15 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:18 +0200
commitf653d54bb8a0c5fc1d2f6fa0b18f36fe910aa5c6 (patch)
tree59895eb6bc42386d7481af82f6651e09637a3130 /hosts/spawn/default.nix
parentFeat(host/apzu): Add (diff)
downloadnixos-config-f653d54bb8a0c5fc1d2f6fa0b18f36fe910aa5c6.zip
Fix(hosts): Rename configuration.nix to default.nix
Diffstat (limited to 'hosts/spawn/default.nix')
-rw-r--r--hosts/spawn/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/spawn/default.nix b/hosts/spawn/default.nix
new file mode 100644
index 00000000..ff50f404
--- /dev/null
+++ b/hosts/spawn/default.nix
@@ -0,0 +1,11 @@
+# vim: ts=2
+{...}: {
+  imports = [
+    ./hardware
+    ./networking.nix
+
+    ../../system
+  ];
+
+  system.stateVersion = "23.05";
+}