summaryrefslogtreecommitdiff
path: root/machines/kusanagi
diff options
context:
space:
mode:
Diffstat (limited to 'machines/kusanagi')
-rw-r--r--machines/kusanagi/desktop.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/machines/kusanagi/desktop.nix b/machines/kusanagi/desktop.nix
index 8e1eb8c..44b9c81 100644
--- a/machines/kusanagi/desktop.nix
+++ b/machines/kusanagi/desktop.nix
@@ -22,21 +22,6 @@
drivers = with pkgs; [ gutenprint ];
};
- # mDNS: publish kusanagi.local and resolve *.local LAN names.
- # Keep the firewall opening scoped to the Wi-Fi LAN interface.
- networking.firewall.interfaces.wlp8s0.allowedUDPPorts = [ 5353 ];
- services.avahi = {
- enable = true;
- nssmdns4 = true;
- openFirewall = false;
- allowInterfaces = [ "wlp8s0" ];
- publish = {
- enable = true;
- addresses = true;
- workstation = true;
- };
- };
-
# prevent auto-mounting optical disks
services.udisks2.enable = true;