Disable autologin for kirk
This commit is contained in:
parent
72461214d8
commit
8ee594e06b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
ccr = {
|
ccr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autologin = true;
|
autologin = false;
|
||||||
modules = [
|
modules = [
|
||||||
"git"
|
"git"
|
||||||
"git-workspace"
|
"git-workspace"
|
||||||
|
|
Loading…
Add table
Reference in a new issue