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

14 lines
461 B
Nix

{ ... }:
{
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/etc/sops/keys.txt";
# ── Define Secrets ────────────────────────────────────────────────────
secrets."ssh/private".path = "/home/elias/.ssh/id_rsa";
secrets."ssh/public".path = "/home/elias/.ssh/id_rsa.pub";
};
}