nixos-config/modules/secrets.nix

9 lines
130 B
Nix

{lib, ...}: {
imports = with lib.nixosModules; [sops];
sops = {
gnupg.sshKeyPaths = [];
age.sshKeyPaths = [];
};
}