infrastructure/nixos/sops.nix
2024-05-13 15:31:34 -07:00

5 lines
76 B
Nix

{inputs, ...}: {
imports = [
inputs.sops-nix.nixosModules.sops
];
}