disable k3s until: https://github.com/k3s-io/k3s/pull/5882 is in a release

This commit is contained in:
Vivian 2022-08-20 10:32:30 +02:00
parent fc28592bde
commit 355bffe6d6
2 changed files with 61 additions and 21 deletions

View file

@ -33,10 +33,11 @@
# Ensure `mount` and `grep` are available
systemd.services.k3s.path = [ pkgs.gnugrep pkgs.utillinux ];
systemd.services.k3s.serviceConfig.TimeoutStartSec = 3000;
# Enable k3s as a master node
services.k3s = {
enable = true;
enable = false;
role = "server";
extraFlags = builtins.toString [