diff options
Diffstat (limited to 'systems/system1')
-rw-r--r-- | systems/system1/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix index 2502212..1ac4b4b 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -7,6 +7,7 @@ ../../configs # TODO auto-load modules ../../modules/abuilder + ../../modules/agame ../../modules/fysiweb-capabilities ../../modules/fysiweb-secrets ]; @@ -90,5 +91,9 @@ { fysiweb-apps.public.grafana.grafana-nomath-org.domain = "grafana.nomath.org"; } + # enable agame server + { + services.agame.enable = true; + } ]; } |