From 00b6cd074f186a663bf7bbd7d001fda9ead4c95c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 14:57:45 +0200 Subject: ... --- custom/bar-service.nix | 2 +- odin.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/bar-service.nix b/custom/bar-service.nix index 7c3684bf..10f2dc23 100644 --- a/custom/bar-service.nix +++ b/custom/bar-service.nix @@ -52,7 +52,7 @@ in { }; }; - imports = optional cfg.enable ./thermoprint-service.nix; + imports = [ ./thermoprint-service.nix ]; config = mkIf cfg.enable { assertions = [ diff --git a/odin.nix b/odin.nix index 34436a6f..05761769 100644 --- a/odin.nix +++ b/odin.nix @@ -16,6 +16,7 @@ ./custom/unit-status-mail.nix ./custom/zsh.nix ./custom/bar-service.nix + ./custom/thermoprint-service.nix ./utils/nix/module.nix ]; -- cgit v1.2.3