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