summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/bar-service.nix2
-rw-r--r--odin.nix1
2 files changed, 2 insertions, 1 deletions
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 {
52 }; 52 };
53 }; 53 };
54 54
55 imports = optional cfg.enable ./thermoprint-service.nix; 55 imports = [ ./thermoprint-service.nix ];
56 56
57 config = mkIf cfg.enable { 57 config = mkIf cfg.enable {
58 assertions = [ 58 assertions = [
diff --git a/odin.nix b/odin.nix
index 34436a6f..05761769 100644
--- a/odin.nix
+++ b/odin.nix
@@ -16,6 +16,7 @@
16 ./custom/unit-status-mail.nix 16 ./custom/unit-status-mail.nix
17 ./custom/zsh.nix 17 ./custom/zsh.nix
18 ./custom/bar-service.nix 18 ./custom/bar-service.nix
19 ./custom/thermoprint-service.nix
19 ./utils/nix/module.nix 20 ./utils/nix/module.nix
20 ]; 21 ];
21 22