Files
nixos-config/home/extras/sops.nix
2026-03-24 18:57:04 +01:00

11 lines
207 B
Nix

{ config, ... }:
{
sops = {
defaultSopsFile = "./secrets/secrets.yaml";
defaultSopsFormat = "yaml";
age.keyFile = "/etc/sops/keys.txt";
secrets.user_password.neededForUsers = true;
};
}