From 24eb87d36b150f6364b843bbd9483c8586755354 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 1 Feb 2025 14:57:39 +0100 Subject: roles & snorlex --- hosts/snorlex.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/snorlex.nix (limited to 'hosts/snorlex.nix') 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"; +} -- cgit v1.2.3