hosts/denna: enable k3s
Anirudh Oppiliappan x@icyphox.sh
Mon, 10 Jun 2024 21:35:19 +0300
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
hosts/denna/configuration.nix
→
hosts/denna/configuration.nix
@@ -88,6 +88,10 @@ serverName = ${config.services.pixelfed.domain};
}; }; + services.k3s = { + enable = true; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "24.05";