nixos/system/sops.nix
2024-06-08 00:04:13 +02:00

3 lines
63 B
Nix

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