diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-01 23:22:15 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-01 23:22:15 +0100 |
commit | 32a01c43c0d910ac349e3c5c806a7f1811a7179f (patch) | |
tree | 2fb0ae8902dd85807387fba9aecd618bb8631741 /hosts/snorlax/configuration.nix | |
parent | 24eb87d36b150f6364b843bbd9483c8586755354 (diff) |
snorlax2
Diffstat (limited to 'hosts/snorlax/configuration.nix')
-rw-r--r-- | hosts/snorlax/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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"; +} |