all repos — dotfiles @ 3639bc188a70decb5c0d169aa782d47042dde73c

my *nix dotfiles

hosts/denna: enable k3s
Anirudh Oppiliappan x@icyphox.sh
Mon, 10 Jun 2024 21:35:19 +0300
commit

3639bc188a70decb5c0d169aa782d47042dde73c

parent

55a74361d288fd5959556da9dd1d0c3b9f65fe15

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/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";