ops/nixos: disable avahi

We're using systemd-resolved, so just disable Avahi now.
This commit is contained in:
Luke Granger-Brown 2021-12-31 23:51:35 +00:00
parent f35a79444c
commit a35a702e7d
2 changed files with 0 additions and 4 deletions

View file

@ -191,8 +191,6 @@ in {
# Enable Thunderbolt device management. # Enable Thunderbolt device management.
services.hardware.bolt.enable = true; services.hardware.bolt.enable = true;
services.avahi.enable = true;
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
}; };

View file

@ -311,8 +311,6 @@ in {
host all all ::1/128 trust host all all ::1/128 trust
''; '';
services.avahi.enable = true;
nix.buildMachines = [ { nix.buildMachines = [ {
hostName = "totoro"; hostName = "totoro";
system = "x86_64-linux"; system = "x86_64-linux";