home-manager: Change defaultSymlinkPath to "<xdg-config-home>/sops-nix/secrets"

This commit is contained in:
Sebastian Sellmeier 2024-04-16 17:09:00 +02:00 committed by mergify[bot]
parent 74f03c1a51
commit a9795d1959
2 changed files with 4 additions and 2 deletions

View file

@ -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.