add k3s to the environment for cli commands

This commit is contained in:
Andreas Zweili 2022-03-04 15:50:23 +01:00
parent 9813a31883
commit 53fe933894

View File

@ -4,5 +4,6 @@
enable = true;
role = "server";
};
environment.systemPackages = [ pkgs.k3s ];
networking.firewall.allowedTCPPorts = [ 6443 ];
}