Files
nixos-config/builds/sops.nix
Elias Schröter b571698c94 sops
fixed path and setup homemanager
2026-03-25 15:14:05 +01:00

11 lines
200 B
Nix

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