diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-01 14:57:39 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-01 14:57:39 +0100 |
commit | 24eb87d36b150f6364b843bbd9483c8586755354 (patch) | |
tree | 21a5153db1abf964005d54278c867485e3d5524c /hosts/snorlex.nix | |
parent | 6906281953c068a16ef4da4f2febacf2ef171610 (diff) |
roles & snorlex
Diffstat (limited to 'hosts/snorlex.nix')
-rw-r--r-- | hosts/snorlex.nix | 9 |
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"; +} |