nixos-configs/hosts/mpl/secrets.nix

10 lines
239 B
Nix
Raw Normal View History

2024-12-27 16:44:03 -06:00
{...}: {
sops = {
defaultSopsFile = ../../secrets/mpl.yaml;
age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
secrets."root-pw" = {neededForUsers = true;};
secrets."user-pw" = {neededForUsers = true;};
};
}