fix nixos stoping k3s
This commit is contained in:
parent
da9aa399e1
commit
ca8d2c7262
1 changed files with 7 additions and 4 deletions
|
|
@ -39,9 +39,12 @@ in
|
||||||
disable = [];
|
disable = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.k3s.restartTriggers = [
|
systemd.services.k3s = {
|
||||||
|
restartTriggers = [
|
||||||
(builtins.attrNames config.services.k3s.manifests)
|
(builtins.attrNames config.services.k3s.manifests)
|
||||||
];
|
];
|
||||||
|
stopIfChanged = false;
|
||||||
|
};
|
||||||
|
|
||||||
system.activationScripts.cleanK3sManifests = {
|
system.activationScripts.cleanK3sManifests = {
|
||||||
text = ''
|
text = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue