fix cfg
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user