mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
enabled git hooks
This commit is contained in:
parent
0cec40d1ac
commit
783d543711
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ in
|
||||||
# Enable this after the first user has been created
|
# Enable this after the first user has been created
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
|
||||||
|
security.DISABLE_GIT_HOOKS = false;
|
||||||
|
|
||||||
#session.COOKIE_SECURE = true;
|
#session.COOKIE_SECURE = true;
|
||||||
# external facing ui
|
# external facing ui
|
||||||
server = {
|
server = {
|
||||||
|
|
Loading…
Reference in a new issue