??
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
group = "postgres";
|
||||
};
|
||||
|
||||
services.pgbackrest = {
|
||||
my.pgbackrest = {
|
||||
enable = true;
|
||||
secretFile = "/run/secrets/mindy-pgbackrest";
|
||||
s3.bucket = "mindy-pgbackrest";
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.services.pgbackrest;
|
||||
cfg = config.my.pgbackrest;
|
||||
in {
|
||||
options.services.pgbackrest = {
|
||||
options.my.pgbackrest = {
|
||||
enable = mkEnableOption "pgBackRest PostgreSQL backup";
|
||||
|
||||
stanza = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user