home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 5cde083268942da916e229876b9ed51bd6cc968d
parent ff1ac1bc5e67d445279e4abded3f37b91b51a36c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  2 Jan 2024 12:53:01 +0100

shikoku: remove k3s

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/shikoku.nix | 9+--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -99,14 +99,7 @@ in virtualisation.libvirt = { enable = true; nested = true; listenTCP = true; }; }; - # Single node k3s - networking.firewall.allowedTCPPorts = [ 6443 ]; - services.k3s.enable = true; - services.k3s.role = "server"; - services.k3s.extraFlags = toString [ - # "--kubelet-arg=v=4" # Optionally add additional args to k3s - ]; - environment.systemPackages = [ pkgs.k3s pkgs.python310Packages.aria2p ]; + environment.systemPackages = [ pkgs.python310Packages.aria2p ]; programs.ssh.setXAuthLocation = true; profiles = {