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;