time machine on valefar
This commit is contained in:
parent
206345eae7
commit
8e53b285e4
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue