homelab: enable avahi.nssmdns

This commit is contained in:
Aly Raffauf 2024-03-15 20:19:29 -04:00
parent 80a5a4f650
commit 11531073f3
2 changed files with 1 additions and 2 deletions

View file

@ -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"];

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
services.avahi.nssmdns = true;
services.samba = {
enable = true;
securityType = "user";