From 11531073f34212ee1cf99f330f9281ef62a28d4f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 15 Mar 2024 20:19:29 -0400 Subject: [PATCH] homelab: enable avahi.nssmdns --- modules/homelab/default.nix | 1 - modules/homelab/samba.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index 6f3861a3..6e09df6e 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -14,7 +14,6 @@ networking.firewall.allowedTCPPorts = [ 51413 9091 ]; networking.firewall.allowedUDPPorts = [ 51413 ]; - virtualisation.oci-containers.containers = { audiobookshelf = { ports = ["0.0.0.0:13378:80"]; diff --git a/modules/homelab/samba.nix b/modules/homelab/samba.nix index a9eb8353..173cc721 100644 --- a/modules/homelab/samba.nix +++ b/modules/homelab/samba.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - + services.avahi.nssmdns = true; services.samba = { enable = true; securityType = "user";