Challenger/netatalk: Temporarily fix time machine

This commit is contained in:
Felix Albrigtsen 2024-09-15 23:05:00 +02:00
parent 93306b9332
commit 2688f28aaf
1 changed files with 3 additions and 3 deletions

View File

@ -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;