nixos-configs/hosts/mpl/secrets.nix

10 lines
235 B
Nix

_: {
sops = {
defaultSopsFile = ../../secrets/mpl.yaml;
age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
secrets."root-pw" = {neededForUsers = true;};
secrets."user-pw" = {neededForUsers = true;};
};
}