Disable autologin
This commit is contained in:
parent
64295f7d0f
commit
db34428011
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
ccr = {
|
ccr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autologin = true;
|
autologin = false; # FIXME make true again after that getty autologins only for tty1
|
||||||
modules = [
|
modules = [
|
||||||
"git-workspace"
|
"git-workspace"
|
||||||
"cura"
|
"cura"
|
||||||
|
|
Loading…
Add table
Reference in a new issue