mediaserver: add nginx
This commit is contained in:
parent
02cac49d79
commit
1ed8c41692
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@
|
||||||
allowedUDPPorts = [ 443 ];
|
allowedUDPPorts = [ 443 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.mapAttrsToList (name: value: value.matchConfig.Name) config.systemd.network.networks ++ [ "tailscale0" ]));
|
(lib.mapAttrsToList (name: value: value.matchConfig.Name) config.systemd.network.networks));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue