test this
This commit is contained in:
parent
d1fe8fcbb3
commit
6c3b01d6a5
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
in mkIf conf.fedi.enable {
|
in mkIf conf.fedi.enable {
|
||||||
services.akkoma = {
|
services.akkoma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "akkoma";
|
|
||||||
config = {
|
config = {
|
||||||
":pleroma" = {
|
":pleroma" = {
|
||||||
":instance" = {
|
":instance" = {
|
||||||
|
@ -16,6 +15,10 @@ in mkIf conf.fedi.enable {
|
||||||
"Pleroma.Upload" = {
|
"Pleroma.Upload" = {
|
||||||
base_url = "https://media.fedi.twoneis.site/media";
|
base_url = "https://media.fedi.twoneis.site/media";
|
||||||
};
|
};
|
||||||
|
"Pleroma.Repo" = {
|
||||||
|
username = "akkoma";
|
||||||
|
password._secret = "/root/db_password";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nginx = {
|
nginx = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue