Fix whitespace
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user