From 32a01c43c0d910ac349e3c5c806a7f1811a7179f Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 1 Feb 2025 23:22:15 +0100 Subject: snorlax2 --- hosts/snorlax/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/snorlax/configuration.nix (limited to 'hosts/snorlax/configuration.nix') diff --git a/hosts/snorlax/configuration.nix b/hosts/snorlax/configuration.nix new file mode 100644 index 0000000..c130114 --- /dev/null +++ b/hosts/snorlax/configuration.nix @@ -0,0 +1,9 @@ +{ ... }: +{ + imports = [ + ./hardware-configuration.nix + ../../roles/server.nix + ]; + + system.stateVersion = "24.05"; +} -- cgit v1.2.3