From 4ad2010194037ad25c54631995e89b9d9ee878b3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 23 Aug 2021 15:18:17 +0200 Subject: init exneuland as alternative backend It appears to work (somewhat). Limitations: - exneuland is not configurable; can only have it once - frontend untested since last update broke things --- instance-options.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'instance-options.nix') diff --git a/instance-options.nix b/instance-options.nix index 17e398d..f2c5ce9 100644 --- a/instance-options.nix +++ b/instance-options.nix @@ -13,6 +13,17 @@ with pkgs; description = "The package set to use. It should contain a front, backend, pusher, and maps package."; }; + exneuland = { + enable = mkOption { + default = true; + type = types.bool; + }; + package = mkOption { + default = import ./exneuland.nix {}; + type = types.package; + }; + }; + backend = { enable = mkOption { default = true; -- cgit v1.2.3