Fix deprecation warnings

This commit is contained in:
Leon Vatthauer 2024-03-04 10:31:15 +01:00
parent df9f909fe0
commit b46321d8e9
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
{
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./config;
};
}

View file

@ -94,7 +94,7 @@
# Enable CUPS to print documents.
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
openFirewall = true;
};
services.printing = {