change the password

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-13 23:20:58 +02:00
parent 8e093d75ef
commit b241f6bbd1
5 changed files with 9 additions and 7 deletions
+2
View File
@@ -29,6 +29,8 @@
home-manager.users."${config.var.username}" = import ./home.nix;
users.users.${config.var.username}.hashedPasswordFile = config.sops.secrets.hashedPassword.path;
# Don't touch this
system.stateVersion = "26.05";
}