dont login automatically
This commit is contained in:
parent
f27b26ec1c
commit
76400f87a0
3 changed files with 3 additions and 3 deletions
|
|
@ -28,5 +28,5 @@
|
|||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
services.getty.autologinUser = "osbm";
|
||||
# services.getty.autologinUser = "osbm";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
acceptTerms = true;
|
||||
};
|
||||
|
||||
services.getty.autologinUser = "osbm";
|
||||
# services.getty.autologinUser = "osbm";
|
||||
|
||||
# The board and wanted kernel version
|
||||
raspberry-pi-nix = {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
i18n.inputMethod.enable = lib.mkForce false;
|
||||
networking.hostName = "wallfacer";
|
||||
services.getty.autologinUser = "osbm";
|
||||
# services.getty.autologinUser = "osbm";
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue