This commit is contained in:
chaos 2023-09-20 18:05:14 +01:00
parent 5a246be433
commit 9af8c2fa62
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
{...}: { {...}: {
# 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"; partOf = ["auto-secrets-service"];
}; };
services.secrets = { services.secrets = {