diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 06:45:41 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 08:48:06 +0100 |
commit | d95b74e84eb4e71c2481ecacc309c119b8a2c447 (patch) | |
tree | 17e44946506dbcf9fd0278ba86d660840b57a266 /systems | |
parent | 63147b756c8a620b8323404ab3342f0edfa41d93 (diff) |
agame: init
Diffstat (limited to 'systems')
-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; + } ]; } |