puzzlevision/modules/home/security/sops/default.nix

6 lines
105 B
Nix

{ config, ... }:
{
sops = {
age.keyFile = "/home/${config.home.username}/sops-nix/key.txt";
};
}