From 6e6b1fbb37f7027f7bfbf8c414152ab01d222a77 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 13 Jul 2025 18:16:29 +0200 Subject: [PATCH] remove initial pw --- hosts/sobotka/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/sobotka/default.nix b/hosts/sobotka/default.nix index 0dea403b..d6eb51d1 100644 --- a/hosts/sobotka/default.nix +++ b/hosts/sobotka/default.nix @@ -7,7 +7,6 @@ ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups; in { users.users.cnst = { - initialPassword = "hehehe"; isNormalUser = true; shell = pkgs.fish; extraGroups = ifTheyExist [