8 lines
139 B
Nix
8 lines
139 B
Nix
{
|
|
config, ...
|
|
}: {
|
|
services.vaultwarden = {
|
|
enable = true;
|
|
environmentFile = config.age.secrets."vaultwarden/env".path;
|
|
};
|
|
}
|