Fix whitespace
This commit is contained in:
parent
b46cd2dd7d
commit
9e14290937
1 changed files with 14 additions and 14 deletions
|
|
@ -89,20 +89,20 @@
|
|||
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true; # Enables Avahi for name service lookups (e.g., in /etc/nsswitch.conf)
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true; # Publish your laptop's IP addresses
|
||||
workstation = true; # Publish your laptop as a workstation
|
||||
# You might also want:
|
||||
# domain = true; # Announce the locally used domain name (usually .local)
|
||||
# userServices = true; # Publish services advertised by users
|
||||
};
|
||||
# If you're using systemd-resolved alongside Avahi, ensure mDNS is also enabled there:
|
||||
# services.resolved.enable = true;
|
||||
# services.resolved.extraConfig = "MulticastDNS=yes";
|
||||
};
|
||||
enable = true;
|
||||
nssmdns4 = true; # Enables Avahi for name service lookups (e.g., in /etc/nsswitch.conf)
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true; # Publish your laptop's IP addresses
|
||||
workstation = true; # Publish your laptop as a workstation
|
||||
# You might also want:
|
||||
# domain = true; # Announce the locally used domain name (usually .local)
|
||||
# userServices = true; # Publish services advertised by users
|
||||
};
|
||||
# If you're using systemd-resolved alongside Avahi, ensure mDNS is also enabled there:
|
||||
# services.resolved.enable = true;
|
||||
# services.resolved.extraConfig = "MulticastDNS=yes";
|
||||
};
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue