Update to Chuckya from Mastodon
This commit is contained in:
parent
8b37cd3d2e
commit
f9a6faa630
4 changed files with 91 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, chuckya, ... }:
|
||||
{
|
||||
config = lib.mkIf config.services.mastodon.enable {
|
||||
nixpkgs.overlays = [ chuckya.overlays.default ];
|
||||
|
||||
services.mastodon = {
|
||||
package = pkgs.chuckya;
|
||||
localDomain = "social.${config.vars.primeDomain}";
|
||||
streamingProcesses = 4;
|
||||
configureNginx = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue