.dotfiles/profiles/server/common/sops.nix
2024-09-23 22:37:25 +02:00

9 lines
206 B
Nix

{ pkgs, ... }:
{
sops = {
age.sshKeyPaths = [ "/etc/ssh/sops" ];
defaultSopsFile = "${config.swarselsystems.flakePath}/secrets/server/winters/secrets.yaml";
validateSopsFiles = false;
};
}