autologin dev shell
This commit is contained in:
parent
d4d2d16c07
commit
41f6fcc324
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,7 @@
|
|||
appstoreEnable = true;
|
||||
configureRedis = true;
|
||||
settings = {
|
||||
log_type = "syslog";
|
||||
mail_smtpmode = "sendmail";
|
||||
mail_sendmailmode = "pipe";
|
||||
trusted_domains = [ "10.100.100.1" ];
|
||||
|
|
@ -221,8 +222,11 @@
|
|||
sqldiff
|
||||
unzip
|
||||
wget
|
||||
tmux
|
||||
];
|
||||
|
||||
services.getty.autologinUser = "root";
|
||||
|
||||
documentation = {
|
||||
info.enable = false;
|
||||
man.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue