Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-09-02 11:51:42 +02:00
parent 846da61449
commit c86b8a43c9
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 26 additions and 27 deletions

View file

@ -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 =