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 = {
|
programs.eww = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.eww-wayland;
|
|
||||||
configDir = ./config;
|
configDir = ./config;
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -94,7 +94,7 @@
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
services.printing = {
|
services.printing = {
|
||||||
|
|
Loading…
Reference in a new issue