fixed the part where sops dont work with user
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"clock" = {
|
"clock" = {
|
||||||
format = "{:L%A %H:%M}";
|
format = "{:%-I:%M %a %b %e}";
|
||||||
format-alt = "{:L%d %B W%V %Y}";
|
format-alt = "{:L%d %B W%V %Y}";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
on-click-right = "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select";
|
on-click-right = "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select";
|
||||||
|
|||||||
@@ -12,5 +12,8 @@
|
|||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ../secrets/secrets.yaml;
|
defaultSopsFile = ../secrets/secrets.yaml;
|
||||||
age.keyFile = "/home/${myConfig.nixos.username}/.config/sops/age/keys.txt";
|
age.keyFile = "/home/${myConfig.nixos.username}/.config/sops/age/keys.txt";
|
||||||
|
secrets.default_password = {
|
||||||
|
neededForUsers = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user