mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-04-06 10:06:48 +08:00
darwin/home-manager: %r dir
This commit is contained in:
parent
98834d958b
commit
466d039190
3 changed files with 16 additions and 4 deletions
|
|
@ -28,7 +28,9 @@ let
|
|||
default = "%r/secrets/${name}";
|
||||
description = ''
|
||||
Path where secrets are symlinked to.
|
||||
If the default is kept no symlink is created.
|
||||
If the default is kept no other symlink is created.
|
||||
`%r` is replaced by $XDG_RUNTIME_DIR on linux or `getconf
|
||||
DARWIN_USER_TEMP_DIR` on darwin.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue