fixed the part where sops dont work with user

This commit is contained in:
kenji
2025-12-24 17:24:22 -06:00
parent 684ee6f23d
commit 74bef0c5cd
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
};
"clock" = {
format = "{:L%A %H:%M}";
format = "{:%-I:%M %a %b %e}";
format-alt = "{:L%d %B W%V %Y}";
tooltip = false;
on-click-right = "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select";
+3
View File
@@ -12,5 +12,8 @@
sops = {
defaultSopsFile = ../secrets/secrets.yaml;
age.keyFile = "/home/${myConfig.nixos.username}/.config/sops/age/keys.txt";
secrets.default_password = {
neededForUsers = true;
};
};
}