From b46321d8e98305ad855d78342357f2a33235c1d6 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Mon, 4 Mar 2024 10:31:15 +0100 Subject: [PATCH] Fix deprecation warnings --- common/eww/default.nix | 1 - gunther/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 = {