diff --git a/common/eww/default.nix b/common/eww/default.nix index 65ec07e..1cf6995 100644 --- a/common/eww/default.nix +++ b/common/eww/default.nix @@ -2,7 +2,6 @@ { programs.eww = { enable = true; - package = pkgs.eww-wayland; configDir = ./config; }; } \ No newline at end of file diff --git a/gunther/configuration.nix b/gunther/configuration.nix index 33e1752..948ef49 100755 --- a/gunther/configuration.nix +++ b/gunther/configuration.nix @@ -94,7 +94,7 @@ # Enable CUPS to print documents. services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; openFirewall = true; }; services.printing = {