Maybe actually read sops documentation?

This commit is contained in:
Lillian Violet 2023-11-22 21:36:49 +01:00
parent 709ec2f0d0
commit f968da2a88

View file

@ -112,8 +112,10 @@
];
};
systemd.user.services.mbsync.Unit.After = ["sops-nix.service"];
systemd.services."nextcloud-setup" = {
requires = ["mysql.service" "sops-nix.service"];
after = ["mysql.service" "sops-nix.service"];
requires = ["mysql.service"];
after = ["mysql.service"];
};
}