From d95b74e84eb4e71c2481ecacc309c119b8a2c447 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 15 Mar 2024 06:45:41 +0100 Subject: agame: init --- systems/system1/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'systems/system1') 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; + } ]; } -- cgit v1.2.3