ops/nixos: disable avahi
We're using systemd-resolved, so just disable Avahi now.
This commit is contained in:
parent
f35a79444c
commit
a35a702e7d
2 changed files with 0 additions and 4 deletions
|
@ -191,8 +191,6 @@ in {
|
|||
# Enable Thunderbolt device management.
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
services.avahi.enable = true;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -311,8 +311,6 @@ in {
|
|||
host all all ::1/128 trust
|
||||
'';
|
||||
|
||||
services.avahi.enable = true;
|
||||
|
||||
nix.buildMachines = [ {
|
||||
hostName = "totoro";
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Reference in a new issue