forgot the .service
This commit is contained in:
parent
17a99b9bbf
commit
a589470b10
|
@ -113,7 +113,7 @@
|
|||
};
|
||||
|
||||
systemd.services."sops-nix.service" = {
|
||||
before = ["nextcloud-setup" "mysql.service"];
|
||||
before = ["nextcloud-setup.service" "mysql.service"];
|
||||
};
|
||||
|
||||
systemd.services."nextcloud-setup" = {
|
||||
|
|
Loading…
Reference in a new issue