diff options
Diffstat (limited to 'home/ebisu')
| -rw-r--r-- | home/ebisu/fortune/system/sops.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/ebisu/fortune/system/sops.nix b/home/ebisu/fortune/system/sops.nix index e0fb581..e229626 100644 --- a/home/ebisu/fortune/system/sops.nix +++ b/home/ebisu/fortune/system/sops.nix @@ -1,8 +1,8 @@ -{ config, ... }: +{ config, self, ... }: { sops = { gnupg.sshKeyPaths = [ ]; - defaultSopsFile = ../../../../secrets/${config.home.username}.yaml; + defaultSopsFile = "${self}/secrets/${config.home.username}.yaml"; age = { sshKeyPaths = [ ]; |