change sops key file location
This commit is contained in:
parent
9b9a92cd82
commit
7bebb5c060
2 changed files with 6 additions and 11 deletions
|
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
keyFile = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
default = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
default = "/var/sops/key.txt";
|
||||
description = ''
|
||||
path to age key file
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue