Files
nixos-config/system/sops.nix
2026-03-31 13:55:40 +02:00

11 lines
200 B
Nix

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