infra/nixos/hosts/silver/secrets.nix

10 lines
264 B
Nix
Raw Permalink Normal View History

2024-10-13 15:16:39 -05:00
{...}: {
2024-10-17 17:32:14 -05:00
sops = { # TODO: hardcoding
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;};
};
}