From 7be4bdc2c70a8a792b5f8aacf3fa19a180a06016 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 12 Dec 2022 18:22:18 +0100 Subject: remove autologin (I donĀ“t want X) and give cnnr a password MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'users.nix') diff --git a/users.nix b/users.nix index e376599..1d8bc31 100644 --- a/users.nix +++ b/users.nix @@ -14,12 +14,12 @@ isNormalUser = true; home = "/home/cnnr"; shell = pkgs.zsh; - password = ""; + initialHashedPassword = "$y$j9T$l4IthYmD8zW2qCeJZLc/e0$84ROPYc.bOajn6gBNuDjuP9uFI5Ql72nB0ZtK5GuqX8"; }; }; - services.xserver.displayManager.autoLogin = { - enable = true; - user = "sils"; - }; + #services.xserver.displayManager.autoLogin = { + # enable = true; + # user = "sils"; + #}; } -- cgit 1.4.1