nixos-config/machines/sops.nix

13 lines
268 B
Nix
Raw Normal View History

{ ... }:
2023-04-19 06:16:39 +00:00
{
sops = {
defaultSopsFile = ./secrets.yaml;
# TODO: How to generate this key when bootstrap?
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets = {
clash_subscription_link = {
owner = "xin";
};
};
};
2023-04-19 06:16:39 +00:00
}