Files
dotfiles/home-modules/sops.nix
Lennart J. Kurzweg (Nx2) ff5de39a19 all use vault sops age
2025-10-05 01:50:43 +02:00

8 lines
226 B
Nix

{ pkgs, ... }@all: with all; {
imports = [ inputs.sops-nix.homeManagerModules.sops ];
sops = {
age.keyFile = "${hyper.home}/vault/age/sopsnix-${hyper.host}-home.key";
defaultSopsFile = ../sops-secrets.yaml;
};
}