mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-11 16:43:48 +00:00
fix script
This commit is contained in:
parent
475841fddf
commit
635fa5f120
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
lua_lrucache_path = "${pkgs.luajitPackages.lua-resty-lrucache}/lib/lua/5.1/?.lua";
|
||||
lua_path = "${lua_core_path};${lua_lrucache_path};";
|
||||
|
||||
spApiUserExecStartPostScript = pkgs.writeScript "spApiUserExecStartPostScript"
|
||||
spApiUserExecStartPostScript = pkgs.writeShellScript "spApiUserExecStartPostScript"
|
||||
''
|
||||
export HOME=$RUNTIME_DIRECTORY/client_home
|
||||
readonly KANIDM="${pkgs.kanidm}/bin/kanidm"
|
||||
|
|
Loading…
Add table
Reference in a new issue