mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
homelab: enable avahi.nssmdns
This commit is contained in:
parent
80a5a4f650
commit
11531073f3
|
@ -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"];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.avahi.nssmdns = true;
|
||||
services.samba = {
|
||||
enable = true;
|
||||
securityType = "user";
|
||||
|
|
Loading…
Reference in a new issue