disable k3s until: https://github.com/k3s-io/k3s/pull/5882 is in a release
This commit is contained in:
parent
fc28592bde
commit
355bffe6d6
2 changed files with 61 additions and 21 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue