Enable netatalk service on weebill.
This commit is contained in:
parent
7e18add7ea
commit
26519aad52
1 changed files with 12 additions and 0 deletions
|
@ -28,4 +28,16 @@
|
|||
|
||||
# Enable WebOne HTTP proxy.
|
||||
services.webone.enable = true;
|
||||
|
||||
# Enable Netatalk AFP fileserver.
|
||||
services.netatalk = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Global."uam list" = "uams_guest.so";
|
||||
iMac = {
|
||||
path = "/srv/iMac";
|
||||
"read-only" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue