summaryrefslogtreecommitdiff
path: root/hosts/snorlex.nix
diff options
context:
space:
mode:
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";
+}