Try and run sops first?
This commit is contained in:
parent
eefec8f907
commit
679ef2ac5e
|
@ -112,9 +112,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
systemd.services."sops-nix.service" = {
|
||||
before = ["nextcloud-setup" "mysql.service"];
|
||||
};
|
||||
|
||||
systemd.services."nextcloud-setup" = {
|
||||
requires = ["mysql.service"];
|
||||
after = ["mysql.service"];
|
||||
};
|
||||
systemd.user.services."nextcloud-setup".Unit.After = ["sops-nix.service"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue