flake/flakes/nixos/sops-nix.nix

5 lines
73 B
Nix

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