Maybe I needed to specify nextcloud?
This commit is contained in:
parent
324308218a
commit
eefec8f907
|
@ -112,10 +112,9 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.mbsync.Unit.After = ["sops-nix.service"];
|
|
||||||
|
|
||||||
systemd.services."nextcloud-setup" = {
|
systemd.services."nextcloud-setup" = {
|
||||||
requires = ["mysql.service"];
|
requires = ["mysql.service"];
|
||||||
after = ["mysql.service"];
|
after = ["mysql.service"];
|
||||||
};
|
};
|
||||||
|
systemd.user.services."nextcloud-setup".Unit.After = ["sops-nix.service"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue