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;
|
enable = true;
|
||||||
wheelNeedsPassword = false;
|
wheelNeedsPassword = false;
|
||||||
};
|
};
|
||||||
services.getty.autologinUser = "osbm";
|
# services.getty.autologinUser = "osbm";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.getty.autologinUser = "osbm";
|
# services.getty.autologinUser = "osbm";
|
||||||
|
|
||||||
# The board and wanted kernel version
|
# The board and wanted kernel version
|
||||||
raspberry-pi-nix = {
|
raspberry-pi-nix = {
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
i18n.inputMethod.enable = lib.mkForce false;
|
i18n.inputMethod.enable = lib.mkForce false;
|
||||||
networking.hostName = "wallfacer";
|
networking.hostName = "wallfacer";
|
||||||
services.getty.autologinUser = "osbm";
|
# services.getty.autologinUser = "osbm";
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue