This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/nixos/hosts/common/optional/sops-nix.nix

11 lines
160 B
Nix
Raw Normal View History

2024-03-18 04:26:02 -05:00
{ inputs
, outputs
, config
, ...
2024-03-17 16:04:32 -05:00
}: {
# SOPS settings
2024-03-16 07:46:36 -05:00
# https://github.com/Mic92/sops-nix
2024-03-18 04:26:02 -05:00
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
2024-03-16 07:46:36 -05:00
}