remove getty launch program
This commit is contained in:
parent
05aa54110c
commit
791eb92172
@ -27,7 +27,6 @@
|
|||||||
'';
|
'';
|
||||||
services.getty.autologinUser = "nixos";
|
services.getty.autologinUser = "nixos";
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
services.getty.loginProgram = "${config.myPackages.installFiles}/bin/install.sh";
|
|
||||||
users.users.nixos = {
|
users.users.nixos = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
password = "password";
|
password = "password";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user