From 939cad8f30a7621162c104149b48211f3755636f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Feb 2021 22:52:38 +0100 Subject: Version bump to current coding machine master This broke a lot of things, but possibly they might work again now. --- instance-options.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'instance-options.nix') diff --git a/instance-options.nix b/instance-options.nix index 58cc99e..50d7bdc 100644 --- a/instance-options.nix +++ b/instance-options.nix @@ -3,8 +3,7 @@ { lib, pkgs, config, ... }: with lib; -let workadventure = import ./workadventure-nix.nix { inherit lib pkgs; }; -in +with pkgs; { options = rec { backend = { @@ -85,7 +84,7 @@ in }; admin = mkOption { - default = "/admin"; + default = "/pusher/admin"; type = types.str; description = "The base url for the admin, from the browser's point of view"; }; @@ -115,8 +114,8 @@ in }; domain = mkOption { - default = null; - type = types.nullOr types.str; + default = "localhost"; + type = types.str; description = "The domain name to serve workadenture services under. Mutually exclusive with domains.X"; }; -- cgit v1.2.3