initial murmur stuff, still have to configure it properly and set up the reverse proxy
This commit is contained in:
parent
842e447826
commit
eb91399a38
3 changed files with 30 additions and 2 deletions
15
services/murmur/murmur.mod.nix
Normal file
15
services/murmur/murmur.mod.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue