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, ... }: { config, pkgs, ... }:
let let
timeMachineDir = "/tank/backup/worf"; timeMachineDir = "/tank/backup/worf2";
user = "worf-backup"; user = "worf-backup";
sizeLimit = "800000"; # MiB sizeLimit = "1000000"; # MiB
allowedIPs = "192.168.10.2 192.168.10.5"; #TODO allowedIPs = "192.168.10.2 192.168.10.34"; #TODO
in { in {
services.avahi = { services.avahi = {
enable = true; enable = true;