follow guide
This commit is contained in:
parent
b5d0923199
commit
0878df7673
1 changed files with 4 additions and 7 deletions
|
@ -1,19 +1,16 @@
|
||||||
{ lib, config, ... }: let
|
{ lib, config, ... }: let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
inherit (config) conf;
|
inherit (config) conf;
|
||||||
name = "mira on fedi";
|
|
||||||
description = "miras akkoma instance";
|
|
||||||
email = "akkoma@chpu.eu";
|
|
||||||
in mkIf conf.fedi.enable {
|
in mkIf conf.fedi.enable {
|
||||||
services.akkoma = {
|
services.akkoma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
initDb.enable = false;
|
|
||||||
config = {
|
config = {
|
||||||
":pleroma" = {
|
":pleroma" = {
|
||||||
":instance" = {
|
":instance" = {
|
||||||
name = name;
|
name = "mira on fedi";
|
||||||
email = email;
|
email = "akkoma@chpu.eu";
|
||||||
description = description;
|
description = "miras fedi instance";
|
||||||
|
registration_opn = false;
|
||||||
};
|
};
|
||||||
"Pleroma.Upload" = {
|
"Pleroma.Upload" = {
|
||||||
base_url = "https://media.fedi.twoneis.site/media";
|
base_url = "https://media.fedi.twoneis.site/media";
|
||||||
|
|
Loading…
Add table
Reference in a new issue