diff --git a/system/configuration.nix b/system/configuration.nix index c5e44fb..3dcd843 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -162,6 +162,14 @@ services.blueman.enable = true; + services.printing.enable = true; + + services.avahi = { + enable = true; + nssmdns = true; + openFirewall = true; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;