infrastructure/nixos/sops.nix
2024-04-07 16:32:11 -07:00

8 lines
82 B
Nix

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