flake/flakes/nixos/sops-nix.nix

6 lines
73 B
Nix
Raw Normal View History

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