avahi: Update to reflect upstream module changes
This commit is contained in:
parent
5c7e7b147d
commit
d724cef818
1 changed files with 4 additions and 3 deletions
|
@ -12,8 +12,6 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
users.extraUsers.${config.eboskma.var.mainUser}.extraGroups = [ "networkmanager" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nmap
|
||||
nmap-formatter
|
||||
|
@ -21,11 +19,14 @@ in
|
|||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
nssmdns6 = config.networking.enableIPv6;
|
||||
publish = {
|
||||
enable = true;
|
||||
domain = true;
|
||||
hinfo = true;
|
||||
userServices = true;
|
||||
workstation = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue