_: {
  sops = {
    defaultSopsFile = ../../../secrets/silver/default.yaml;
    age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];

    secrets."root-pw" = {neededForUsers = true;};
    secrets."user-pw" = {neededForUsers = true;};
  };
}