flake/nixos/flake-modules/sops-nix.nix

4 lines
68 B
Nix
Raw Normal View History

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