mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
sops: convert format of secrets files from yaml to json
This commit is contained in:
parent
9820bdc1e3
commit
2e3b64860f
17 changed files with 202 additions and 232 deletions
|
|
@ -13,7 +13,7 @@
|
|||
config = lib.mkIf config.custom.sops.enable {
|
||||
sops = {
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
defaultSopsFile = "${self}/hosts/${config.networking.hostName}/secrets.yaml";
|
||||
defaultSopsFile = "${self}/hosts/${config.networking.hostName}/secrets.json";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue