diff --git a/nixos/machines/fluffy/configuration.nix b/nixos/machines/fluffy/configuration.nix index 61365b3a..2b941ff3 100644 --- a/nixos/machines/fluffy/configuration.nix +++ b/nixos/machines/fluffy/configuration.nix @@ -129,30 +129,21 @@ in ensureDefaultPrinter = "Klio"; ensurePrinters = [ { - name = "klio"; + name = "Klio"; location = "Wohnzimmer"; - description = "Klio (Brother MFC-L3750CDW) via Fluffy"; + description = "Klio (Brother MFC-L3750CDW)"; deviceUri = "ipp://klio.lo.m-0.eu/ipp"; model = "everywhere"; } ]; }; services = { - unbound.enable = true; fwupd.enable = true; - avahi = { - enable = true; - openFirewall = true; - publish = { - enable = true; - userServices = true; - }; - }; printing = { enable = true; - browsing = true; allowFrom = [ "all" ]; - listenAddresses = [ "${localAddress}:631" ]; + listenAddresses = [ "[${localAddress}]:631" ]; + extraConf = "ServerAlias *"; defaultShared = true; }; vsftpd = {