9 lines
178 B
Nix
Raw Normal View History

2024-08-26 22:10:44 +03:00
{ config, ... }: {
sops = {
defaultSopsFile = ../secrets.yaml;
2024-08-29 21:56:25 +03:00
age.keyFile = "/home/chest/.config/sops/age/keys.txt";
2024-08-26 22:10:44 +03:00
secrets."tokens/apis/wallhaven" = {};
};
}