Autologin, passwordless sudo
This commit is contained in:
parent
a0d53b2db7
commit
b9be0e96c4
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Auto login
|
||||
services.getty.autologinUser = "docker";
|
||||
|
||||
# Passwordless sudo
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
# Enable SSH server
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue