services/murmur: migrate to parsons
This commit is contained in:
parent
4b11dbf1d4
commit
172d0869b3
3 changed files with 4 additions and 6 deletions
|
@ -5,7 +5,6 @@
|
||||||
../../common
|
../../common
|
||||||
./encboot.nix
|
./encboot.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./services/murmur.nix
|
|
||||||
./services/mail.nix
|
./services/mail.nix
|
||||||
./services/hedgedoc_hacc.nix
|
./services/hedgedoc_hacc.nix
|
||||||
./services/hedgedoc_i4f.nix
|
./services/hedgedoc_i4f.nix
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
../../services/nextcloud
|
../../services/nextcloud
|
||||||
../../services/mattermost.nix
|
../../services/mattermost.nix
|
||||||
../../services/thelounge.nix
|
../../services/thelounge.nix
|
||||||
|
../../services/murmur.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hexchen.encboot = {
|
hexchen.encboot = {
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, sources, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
sources = import ../../../nix/sources.nix;
|
|
||||||
in
|
|
||||||
|
|
||||||
let
|
let
|
||||||
mumblesite = pkgs.stdenv.mkDerivation {
|
mumblesite = pkgs.stdenv.mkDerivation {
|
||||||
|
@ -18,6 +14,8 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
hexchen.bindmounts."/var/lib/murmur" = "/persist/var/lib/murmur";
|
||||||
|
|
||||||
services.murmur = {
|
services.murmur = {
|
||||||
enable = true;
|
enable = true;
|
||||||
logDays = -1;
|
logDays = -1;
|
Loading…
Reference in a new issue