nixos-config/modules/arrstack/template

15 lines
256 B
Text
Raw Normal View History

2024-11-04 10:00:41 +01:00
{ config, ... }:
let
cfg = import /etc/nixos/modules/vars.nix;
bazarr_port = cfg.arrstack.bazarr.port;
outpost_port = cfg.authentik.outpostPort;
domain = "mc-fucker.cool";
in
{
services.nginx.virtualHosts = {
};
}
# vim: set et ts=2 sw=2 ai: