disable auto-secrets for vault
This commit is contained in:
parent
8aa000a506
commit
c3575e0d27
|
@ -1,10 +1,4 @@
|
|||
{...}: {
|
||||
# Since this is the machine that hosts vault
|
||||
systemd.services.vault = {
|
||||
before = ["auto-secrets.service"];
|
||||
serviceConfig.PartOf = ["auto-secrets.service"];
|
||||
};
|
||||
|
||||
services.secrets = {
|
||||
enable = true;
|
||||
|
||||
|
@ -16,7 +10,8 @@
|
|||
};
|
||||
|
||||
autoSecrets = {
|
||||
enable = true;
|
||||
# won't work when sealed
|
||||
enable = false;
|
||||
};
|
||||
|
||||
requiredVaultPaths = [
|
||||
|
|
Loading…
Reference in a new issue