From ac06798d822e451ff8167989c91f573ec8bf5924 Mon Sep 17 00:00:00 2001 From: matiss Date: Mon, 20 Apr 2026 15:26:01 +0000 Subject: [PATCH] add initial password for matiss --- modules/system/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/user.nix b/modules/system/user.nix index 9a40668..d64ee66 100644 --- a/modules/system/user.nix +++ b/modules/system/user.nix @@ -9,6 +9,7 @@ description = "Matiss"; extraGroups = [ "networkmanager" "wheel" "docker" "video" "render" "input" ]; shell = pkgs.zsh; + hashedPassword = "$y$j9T$VCKe6/ZXyDtGgCjivz0L2/$EnTSVNqG.lF6V0YtCZSBa8rRLjXNw9WYYt8AjKqANzA"; }; # Core system packages (available to all users)