summary refs log tree commit diff
path: root/machines/corsac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/corsac/default.nix')
-rw-r--r--machines/corsac/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix
new file mode 100644
index 0000000..b118d10
--- /dev/null
+++ b/machines/corsac/default.nix
@@ -0,0 +1,12 @@
+{ ... }:
+
+{
+  imports = [
+    ../../modules/common.nix
+
+    ./hardware.nix
+    ./devices.nix
+  ];
+
+  system.stateVersion = "24.05";
+}