nix-config/machines/porthos/secrets.nix

9 lines
151 B
Nix
Raw Normal View History

# Secrets configuration
{ ... }:
{
config.age.secrets = {
# Must be readable by the service
"nextcloud/password".owner = "nextcloud";
};
}