host/home: disable avahi with printer
This commit is contained in:
parent
69b56b334d
commit
6a4fe274ef
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = false;
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
};
|
};
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = false;
|
||||||
drivers = with pkgs; [ gutenprint cnijfilter2 ];
|
drivers = with pkgs; [ gutenprint cnijfilter2 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue