diff --git a/ops/nixos/porcorosso/default.nix b/ops/nixos/porcorosso/default.nix index 50fd00b325..04f2639890 100644 --- a/ops/nixos/porcorosso/default.nix +++ b/ops/nixos/porcorosso/default.nix @@ -26,8 +26,6 @@ in { ../lib/zfs.nix ../lib/graphical-client-x11.nix ../lib/whitby-distributed.nix - - ../lib/quotes.bfob.gg.nix ]; boot.initrd.availableKernelModules = [ @@ -124,7 +122,10 @@ in { systemd.services.systemd-udev-settle.enable = false; systemd.services.NetworkManager-wait-online.enable = false; - networking.networkmanager.enable = true; + networking.networkmanager = { + enable = true; + wifi.backend = "iwd"; + }; my.ip.tailscale = "100.125.26.108"; # Set your time zone. @@ -339,6 +340,14 @@ in { my.scrapeJournal.enable = false; # Laptop, don't pull too much. + services.avahi = { + enable = true; + openFirewall = true; + }; + services.lldpd = { + enable = true; + }; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you