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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Global."uam list" = "uams_guest.so";
|
||||
Global = {
|
||||
"uam list" = "uams_guest.so";
|
||||
};
|
||||
iMac = {
|
||||
path = "/srv/iMac";
|
||||
"read-only" = true;
|
||||
browsable = "yes";
|
||||
"read-only" = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -245,6 +245,7 @@ with lib; {
|
|||
enable = true;
|
||||
addresses = true;
|
||||
domain = true;
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue