fixed the part where sops dont work with user
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user