nixfiles/nixos/roles/matrix-homeserver/secrets.nix
2023-04-26 18:01:47 -07:00

10 lines
156 B
Nix

_: {
sops.secrets.matrix_shared_registration_secret = {
format = "yaml";
sopsFile = ./secrets.yaml;
};
scalpels = [
./scalpel.nix
];
}