fix: We have a dependency on the /nix/store mount existing
This commit is contained in:
parent
6088d9f9c9
commit
b38ac9f632
@ -197,7 +197,11 @@ with lib;
|
||||
];
|
||||
#StandardErrorPath = "/var/log/clio.durnitisp.err";
|
||||
#StandardOutPath = "/var/log/clio.durnitisp.out";
|
||||
KeepAlive = true;
|
||||
KeepAlive = {
|
||||
PathState = {
|
||||
"/nix/store" = true;
|
||||
};
|
||||
};
|
||||
RunAtLoad = true;
|
||||
};
|
||||
};
|
||||
|
@ -43,7 +43,11 @@ with lib;
|
||||
WatchPaths= [
|
||||
"/etc/${config.environment.etc."vector.yaml".target}"
|
||||
];
|
||||
KeepAlive = true;
|
||||
KeepAlive = {
|
||||
PathState = {
|
||||
"/nix/store" = true;
|
||||
};
|
||||
};
|
||||
RunAtLoad = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user