Fix whitespace

This commit is contained in:
Alexander Wainwright
2025-06-26 19:31:14 +10:00
parent b46cd2dd7d
commit 9e14290937

View File

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