This commit is contained in:
Shelvacu
2025-05-10 22:40:50 -07:00
committed by Shelvacu on fw
parent 56a8882fac
commit cae29bfd96

View File

@@ -239,7 +239,7 @@ in
export GENIEACS_UI_JWT_SECRET
exec ${cfg.package}/bin/genieacs-ui
'';
serviceConfig.BindPaths = [ cfg.jwtSecret.path ];
serviceConfig.BindPaths = [ (builtins.dirOf cfg.jwtSecret.path) ];
};
})
] ++ flip map services (