all repos — nixfiles @ 634c4bd4da4f5eb1898c57c764735ec380eb011a

System and user configuration, managed by nix and home-manager

window-manager: "fix" default keychain unlocking With autologin, the default keychain is not automatically unlocked. What makes this annoying is that on an access attempt (e.g. using SSH), the keychain is simply ignored, rather than prompting to be unlocked.

Alan Pearce
commit

634c4bd4da4f5eb1898c57c764735ec380eb011a

parent

f49c526f643e39a04f4026b507e89a3a9782db3e

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M system/settings/programs/window-manager.nixsystem/settings/programs/window-manager.nix
@@ -6,11 +6,11 @@
displayManager = { autoLogin = { user = "alan"; - enable = true; + enable = false; }; lightdm = { enable = true; - greeter.enable = false; + greeter.enable = true; greeters.mini = { enable = false; user = "alan";