nixos-configs/hosts/mpl/secrets.nix

10 lines
235 B
Nix
Raw Permalink Normal View History

2024-12-31 21:20:02 -06:00
_: {
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;};
};
}