diff options
author | makefu <github@syntax-fehler.de> | 2023-04-26 18:41:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-04-26 18:41:02 +0200 |
commit | d030aae27223659504eee9775f22755eda0fe5d1 (patch) | |
tree | 6236feeec6d047a5d79c3aa7f8e162245f7ffc5a /makefu/1systems/wbob | |
parent | 60fb7a1aa12b1d18224babeaf5481e43663b65b8 (diff) |
ma wbob: add brother ql-800
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r-- | makefu/1systems/wbob/config.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index b12a6397d..ffc64587e 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -53,6 +53,7 @@ in { <stockholm/makefu/2configs/bureautomation> # new hass entry point <stockholm/makefu/2configs/bureautomation/led-fader.nix> + <stockholm/makefu/2configs/bureautomation/printer.nix> # <stockholm/makefu/2configs/bureautomation/kalauerbot.nix> now runs in thales # <stockholm/makefu/2configs/bureautomation/visitor-photostore.nix> # <stockholm/makefu/2configs/bureautomation/mpd.nix> #mpd is only used for TTS, this is the web interface @@ -100,7 +101,9 @@ in { <stockholm/makefu/2configs/backup/state.nix> # temporary # <stockholm/makefu/2configs/temp/rst-issue.nix> - { services.jellyfin.enable = true; } + { + services.jellyfin.enable = true; + } ]; krebs = { |