mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 08:25:07 +03:00
Disable unnecessary avahi config
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
562c8c8e9f
commit
c0cc93bdb1
1 changed files with 0 additions and 9 deletions
|
@ -23,15 +23,6 @@
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
|
||||||
publish = {
|
|
||||||
enable = true;
|
|
||||||
addresses = true;
|
|
||||||
domain = true;
|
|
||||||
hinfo = true;
|
|
||||||
userServices = true;
|
|
||||||
workstation = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.chrony.enable = true;
|
services.chrony.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue