summaryrefslogtreecommitdiff
path: root/Hero
diff options
context:
space:
mode:
Diffstat (limited to 'Hero')
-rw-r--r--Hero/Service.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hero/Service.nix b/Hero/Service.nix
index 5885d1c..d06b567 100644
--- a/Hero/Service.nix
+++ b/Hero/Service.nix
@@ -47,10 +47,10 @@ in
};
config = lib.mkIf cfg.enable {
systemd.services.herocomics = {
- path = [ cfg.deck ];
+ path = [ cfg.host ];
wantedBy = [ "multi-user.target" ];
script = ''
- ${cfg.deck}/bin/mmc
+ ${cfg.host}/bin/mmc
'';
description = ''
Hero Comics app server