diff options
Diffstat (limited to 'etc/nix/configuration.nix')
-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"; |