dont login automatically

This commit is contained in:
Osman Faruk Bayram 2025-05-03 18:42:40 +03:00
parent f27b26ec1c
commit 76400f87a0
3 changed files with 3 additions and 3 deletions

View file

@ -28,5 +28,5 @@
enable = true;
wheelNeedsPassword = false;
};
services.getty.autologinUser = "osbm";
# services.getty.autologinUser = "osbm";
}

View file

@ -43,7 +43,7 @@
acceptTerms = true;
};
services.getty.autologinUser = "osbm";
# services.getty.autologinUser = "osbm";
# The board and wanted kernel version
raspberry-pi-nix = {

View file

@ -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";
}