From 2688f28aaf94bfe5b6d926e2ca0d8f10343ebd1f Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 15 Sep 2024 23:05:00 +0200 Subject: [PATCH] Challenger/netatalk: Temporarily fix time machine --- hosts/challenger/services/timemachine.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/challenger/services/timemachine.nix b/hosts/challenger/services/timemachine.nix index 7661269..78dac54 100644 --- a/hosts/challenger/services/timemachine.nix +++ b/hosts/challenger/services/timemachine.nix @@ -1,9 +1,9 @@ { config, pkgs, ... }: let - timeMachineDir = "/tank/backup/worf"; + timeMachineDir = "/tank/backup/worf2"; user = "worf-backup"; - sizeLimit = "800000"; # MiB - allowedIPs = "192.168.10.2 192.168.10.5"; #TODO + sizeLimit = "1000000"; # MiB + allowedIPs = "192.168.10.2 192.168.10.34"; #TODO in { services.avahi = { enable = true;