From 9e142909375e73a25a12d1c592e6780ce542d0b2 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Thu, 26 Jun 2025 19:31:14 +1000 Subject: [PATCH] Fix whitespace --- configuration.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index bae0445..cfb035d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;