This commit is contained in:
stubbfel
2018-01-28 17:01:56 +01:00
parent 237f66c143
commit 80fa13a167

View File

@@ -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";