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 ]; imports = [ ./etherpad-pkg.nix ];
###### interface ###### interface
options = { options = {
@@ -23,7 +23,7 @@
###### implementation ###### implementation
config = mkIf cfg.enable{ config = mkIf config.etherpad.news2kindle.enable{
environment.systemPackages = [pkgs.etherpad pkgs.nosdejs]; environment.systemPackages = [pkgs.etherpad pkgs.nosdejs];
systemd.services.etherpad = { systemd.services.etherpad = {
description = "etherpad service"; description = "etherpad service";