Compare commits
2 Commits
95617d4ad2
...
89fb397639
Author | SHA1 | Date | |
---|---|---|---|
89fb397639
|
|||
33cc641030
|
@ -76,7 +76,7 @@
|
|||||||
'';
|
'';
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "10.0.1.79";
|
hostName = "10.0.1.235";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
maxJobs = 6;
|
maxJobs = 6;
|
||||||
|
@ -64,7 +64,8 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Add `pg_dumpall` to unit environment
|
# Add `pg_dumpall` to unit environment
|
||||||
systemd.services.borgmatic.path = [ config.services.postgresql.package ];
|
systemd.services.borgmatic.path =
|
||||||
|
if config.services.postgresql.enable then [ config.services.postgresql.package ] else [ ];
|
||||||
|
|
||||||
# Without this override, `cat` is unavailable for `encryption_passcommand`
|
# Without this override, `cat` is unavailable for `encryption_passcommand`
|
||||||
systemd.services.borgmatic.confinement.fullUnit = true;
|
systemd.services.borgmatic.confinement.fullUnit = true;
|
||||||
|
Reference in New Issue
Block a user