15 lines
No EOL
365 B
Nix
15 lines
No EOL
365 B
Nix
{
|
|
glucose.modules = [
|
|
({pkgs, config, lib, ...}: {
|
|
services.murmur = {
|
|
enable = true;
|
|
|
|
environmentFile = "${config.sops.templates."murmur.env.secrets.yaml".path}";
|
|
|
|
welcometext = "$MURMUR_WELCOME_MESSAGE";
|
|
registerPassword = "$MURMUR_REGISTRY_PASSWORD";
|
|
password = "$MURMUR_LOGIN_PASSWORD";
|
|
};
|
|
})
|
|
];
|
|
} |