diff --git a/system/shared/desktop-configuration.nix b/system/shared/desktop-configuration.nix index 7cc1762..06e797f 100644 --- a/system/shared/desktop-configuration.nix +++ b/system/shared/desktop-configuration.nix @@ -14,6 +14,13 @@ # }; # }; + services.printing.enable = true; + services.avahi = { + enable = true; + nssmdns = true; + openFirewall = true; + }; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;