enable avahi nssmdns properly for foxhut
This commit is contained in:
parent
76ec08cf13
commit
aa305f7bd1
|
@ -116,7 +116,11 @@ in {
|
|||
boot.supportedFilesystems."fuse.sshfs" = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user