mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Fix defaultSopsFile
This commit is contained in:
parent
8ab4f4b9e1
commit
526d3182ec
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
sops = {
|
sops = {
|
||||||
age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519" ];
|
age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519" ];
|
||||||
defaultSopsFile = "${self}/users/${config.home.username}/${cfg.hostName}/secrets.yaml";
|
defaultSopsFile = "${self}/users/${config.home.username}/@${cfg.hostName}/secrets.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue