summaryrefslogtreecommitdiff
path: root/hosts/snorlex.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-02-01 14:57:39 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-02-01 14:57:39 +0100
commit24eb87d36b150f6364b843bbd9483c8586755354 (patch)
tree21a5153db1abf964005d54278c867485e3d5524c /hosts/snorlex.nix
parent6906281953c068a16ef4da4f2febacf2ef171610 (diff)
roles & snorlex
Diffstat (limited to 'hosts/snorlex.nix')
-rw-r--r--hosts/snorlex.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/snorlex.nix b/hosts/snorlex.nix
new file mode 100644
index 0000000..9ba6e6c
--- /dev/null
+++ b/hosts/snorlex.nix
@@ -0,0 +1,9 @@
+{ ... }:
+{
+ imports = [
+ ./hardware-configuration/snorlex.nix
+ ../roles/server.nix
+ ];
+
+ system.stateVersion = "24.05";
+}