infra/nixos/hosts/silver/secrets.nix

10 lines
245 B
Nix
Raw Normal View History

2024-10-13 15:16:39 -05:00
{...}: {
2025-01-20 16:05:01 -06:00
sops = {
2024-10-13 15:16:39 -05:00
defaultSopsFile = ../../../secrets/silver.yaml;
age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
secrets."root-pw" = {neededForUsers = true;};
secrets."user-pw" = {neededForUsers = true;};
};
}