stuff
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user