Fix netatalk.
This commit is contained in:
parent
dc17db04f5
commit
3f95cc7bc2
2 changed files with 6 additions and 2 deletions
|
@ -27,10 +27,13 @@
|
||||||
services.netatalk = {
|
services.netatalk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
Global."uam list" = "uams_guest.so";
|
Global = {
|
||||||
|
"uam list" = "uams_guest.so";
|
||||||
|
};
|
||||||
iMac = {
|
iMac = {
|
||||||
path = "/srv/iMac";
|
path = "/srv/iMac";
|
||||||
"read-only" = true;
|
browsable = "yes";
|
||||||
|
"read-only" = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -245,6 +245,7 @@ with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
addresses = true;
|
addresses = true;
|
||||||
domain = true;
|
domain = true;
|
||||||
|
userServices = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue