9 lines
151 B
Nix
9 lines
151 B
Nix
|
# Secrets configuration
|
||
|
{ ... }:
|
||
|
{
|
||
|
config.age.secrets = {
|
||
|
# Must be readable by the service
|
||
|
"nextcloud/password".owner = "nextcloud";
|
||
|
};
|
||
|
}
|