Fix deprecation warnings
This commit is contained in:
parent
df9f909fe0
commit
b46321d8e9
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
package = pkgs.eww-wayland;
|
||||
configDir = ./config;
|
||||
};
|
||||
}
|
|
@ -94,7 +94,7 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
services.printing = {
|
||||
|
|
Loading…
Reference in a new issue