Fix build issues

This commit is contained in:
asonix 2023-01-26 12:22:12 -06:00
parent e06a38ee9c
commit 918a5a9d12

View file

@ -117,7 +117,7 @@
let
primary = {
services.btrbk.instances.primary = {
onCalendar = if primary then "hourly" else null;
onCalendar = "hourly";
settings.volume = {
"${mountDir}" = btrbkPrimary {
inherit subvolumes;
@ -127,7 +127,7 @@
};
secondary = {
services.btrbk.instances.secondary = {
onCalendar = if primary then null else "hourly";
onCalendar = "hourly";
settings.volume = {
"ssh://${primaryIp}${mountDir}" = btrbkSecondary {
target-dir = "${mountDir}/@snapshots";
@ -291,7 +291,7 @@
# primaryIp = "192.168.20.11";
};
whitestorm2 = makeDockerConfig {
whitestorm2 = makePostgresConfig {
hostname = "whitestorm2";
keyFile = "whitestormKeyFile";
primaryIp = "192.168.20.26";