Fix netatalk.

This commit is contained in:
Fern Garden 2025-07-12 16:00:14 +08:00
parent dc17db04f5
commit 3f95cc7bc2
2 changed files with 6 additions and 2 deletions

View file

@ -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";
};
};
};

View file

@ -245,6 +245,7 @@ with lib; {
enable = true;
addresses = true;
domain = true;
userServices = true;
};
};
}