diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:41:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:41:18 -0300 |
commit | 9de66bdd8d8ad3912e6fc051aec9ccf34b5eda44 (patch) | |
tree | 2e55abb646b6423a05606e84ba5be5c51ac5b174 | |
parent | etc/nix/configuration.nix: Remove unused pkgs-19 local variable (diff) | |
download | dotfiles-9de66bdd8d8ad3912e6fc051aec9ccf34b5eda44.tar.gz dotfiles-9de66bdd8d8ad3912e6fc051aec9ccf34b5eda44.tar.xz |
etc/nix/configuration.nix: Disable avahi service
Previously used by CUPS.
-rw-r--r-- | etc/nix/configuration.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 74707ef..3d58488 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -116,25 +116,6 @@ # required by vagrant+libvirt nfs.server.enable = true; - # Required for local network printer - avahi = { - enable = true; - nssmdns = true; - extraServiceFiles = { - ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service"; - }; - hostName = "usurpadinho"; - publish = { - enable = true; - addresses = true; - domain = true; - userServices = true; - workstation = true; - hinfo = true; - }; - reflector = true; - }; - xserver = { enable = true; layout = "br"; |