diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index b35e3d9..c4cd428 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -60,6 +60,8 @@ in programs.adb.enable = true; + services.avahi.enable = true; + # Enable CUPS to print documents. services.printing = { enable = true; diff --git a/nixos/modules/profiles/laptop.nix b/nixos/modules/profiles/laptop.nix index ad8a84c..f6f7935 100644 --- a/nixos/modules/profiles/laptop.nix +++ b/nixos/modules/profiles/laptop.nix @@ -53,7 +53,7 @@ with lib; { services.fstrim.enable = mkDefault true; - services.avahi.enable = false; + services.avahi.enable = mkDefault false; networking.networkmanager.enable = mkDefault true; networking.firewall.enable = mkDefault true;