diff options
author | stuebinm | 2021-08-19 19:34:15 +0200 |
---|---|---|
committer | stuebinm | 2021-08-19 19:34:15 +0200 |
commit | 430fdd501c2017b125e75b2e55358a51216b45ab (patch) | |
tree | 29be3196370b11b0ceee0dbd15e6bc1458b8dddf /hosts/chaski/configuration.nix | |
parent | b9a5df8499e8ca78a4b67d022f5bd110a2a2a859 (diff) |
workadventure: use exneuland backend
Diffstat (limited to 'hosts/chaski/configuration.nix')
-rw-r--r-- | hosts/chaski/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/chaski/configuration.nix b/hosts/chaski/configuration.nix index df1454f..fc9484f 100644 --- a/hosts/chaski/configuration.nix +++ b/hosts/chaski/configuration.nix @@ -9,7 +9,8 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ./services/grafana.nix - ./services/workadventure.nix + # ./services/workadventure.nix + ./services/exneuland.nix ]; hexchen.deploy = { |