mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 12:19:10 +00:00
hosts/plover: update PostgreSQL cert config
This commit is contained in:
parent
1e2d251e1d
commit
4dcb82c72b
@ -69,7 +69,7 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.certs."${postgresqlDomain}".reloadServices = [
|
security.acme.certs."${postgresqlDomain}".postRun = ''
|
||||||
"postgresql.service"
|
systemctl restart postgresql.service
|
||||||
];
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user