infra/nixos/hosts/eidola/secrets.nix

10 lines
245 B
Nix
Raw Normal View History

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