This commit is contained in:
chaos 2023-09-20 18:07:08 +01:00
parent 9af8c2fa62
commit 8aa000a506
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
# Since this is the machine that hosts vault # Since this is the machine that hosts vault
systemd.services.vault = { systemd.services.vault = {
before = ["auto-secrets.service"]; before = ["auto-secrets.service"];
partOf = ["auto-secrets-service"]; serviceConfig.PartOf = ["auto-secrets.service"];
}; };
services.secrets = { services.secrets = {