services/glauth: Open firewall

This commit is contained in:
kat witch 2021-09-04 23:39:36 +01:00
parent 199be9a7db
commit 99ad43438a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

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