Update dependencies
This commit is contained in:
parent
846da61449
commit
c86b8a43c9
2 changed files with 26 additions and 27 deletions
|
@ -97,9 +97,8 @@
|
|||
{
|
||||
ensureSystemPathsExist = {
|
||||
text = ensureSystemExistsScript;
|
||||
deps = [ "agenixMountSecrets" ];
|
||||
deps = [ "agenixNewGeneration" ];
|
||||
};
|
||||
agenixRoot.deps = [ "ensureSystemPathsExist" ];
|
||||
ensureHomePathsExist = {
|
||||
text = ''
|
||||
mkdir -p /home/charlotte/
|
||||
|
@ -107,7 +106,7 @@
|
|||
'';
|
||||
deps = [ "users" "groups" ];
|
||||
};
|
||||
agenix.deps = [ "ensureHomePathsExist" ];
|
||||
agenixInstall.deps = [ "ensureSystemPathsExist" "ensureHomePathsExist" ];
|
||||
};
|
||||
|
||||
systemd.services =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue