indent
This commit is contained in:
@@ -22,7 +22,6 @@ in {
|
|||||||
startAt = "*-*-* 04:00:00"; # Runs every day at 4 AM
|
startAt = "*-*-* 04:00:00"; # Runs every day at 4 AM
|
||||||
backupAll = true; # Backs up all databases and roles
|
backupAll = true; # Backs up all databases and roles
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
systemd.services.postgresql.postStart = lib.mkAfter ''
|
systemd.services.postgresql.postStart = lib.mkAfter ''
|
||||||
${lib.concatMapStringsSep "\n" (name: ''
|
${lib.concatMapStringsSep "\n" (name: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user