From 80fa13a167d5d99432e75634f1c30c8972fcf254 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Sun, 28 Jan 2018 17:01:56 +0100 Subject: [PATCH] fix cfg --- module/etherpad/etherpad.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/etherpad/etherpad.nix b/module/etherpad/etherpad.nix index 4b7f476..e5bdf94 100644 --- a/module/etherpad/etherpad.nix +++ b/module/etherpad/etherpad.nix @@ -2,7 +2,7 @@ { imports = [ ./etherpad-pkg.nix ]; - + ###### interface options = { @@ -23,7 +23,7 @@ ###### implementation - config = mkIf cfg.enable{ + config = mkIf config.etherpad.news2kindle.enable{ environment.systemPackages = [pkgs.etherpad pkgs.nosdejs]; systemd.services.etherpad = { description = "etherpad service";