mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/glauth: Open firewall
This commit is contained in:
parent
199be9a7db
commit
99ad43438a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ config, tf, lib, ... }: with lib; {
|
||||
network.firewall.public.tcp.ports = singleton 3984;
|
||||
|
||||
services.glauth = {
|
||||
enable = true;
|
||||
configFile = config.secrets.files.glauth-config-file.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue