mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
home-manager: Change defaultSymlinkPath to "<xdg-config-home>/sops-nix/secrets"
This commit is contained in:
parent
74f03c1a51
commit
a9795d1959
2 changed files with 4 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ in {
|
|||
|
||||
defaultSymlinkPath = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "%r/secrets";
|
||||
default = "${config.xdg.configHome}/sops-nix/secrets";
|
||||
description = ''
|
||||
Default place where the latest generation of decrypt secrets
|
||||
can be found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue