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
+3 -1
View File
@@ -9,9 +9,11 @@
home = "/home/${username}";
in {
sops = {
age.keyFile = "${home}/.config/sops-nix/age/keys.txt";
age.keyFile = "${home}/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets.yaml;
secrets = {
hashedPassword.neededForUsers = true;
ssh-config = {
owner = username;
path = "${home}/.ssh/config";
File diff suppressed because one or more lines are too long