time machine on valefar

This commit is contained in:
waveringana 2025-06-21 04:02:11 -04:00
parent 206345eae7
commit 8e53b285e4

View file

@ -161,6 +161,26 @@
''; '';
}; };
services.netatalk = {
enable = true;
settings = {
time-machine = {
path = "/storage/timemachine";
"valid users" = "regent";
"time machine" = true;
};
};
};
services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
userServices = true;
};
};
# ============================================================================= # =============================================================================
# SERVICES # SERVICES
# ============================================================================= # =============================================================================