This commit is contained in:
twoneis 2025-02-24 19:45:01 +01:00
parent 94f5d87fd9
commit 66c98fe365
2 changed files with 31 additions and 0 deletions

View file

@ -2,6 +2,7 @@
inherit (lib) mkIf;
inherit (config) conf;
inherit ((pkgs.formats.elixirConf { }).lib) mkMap;
neocat = (pkgs.callPackage ./neocat.nix { });
in mkIf conf.fedi.enable {
services.akkoma = {
enable = true;
@ -99,6 +100,9 @@ in mkIf conf.fedi.enable {
};
};
};
extraStatic = {
"emoji/neocat" = neocat;
};
nginx = {
serverName = "fedi.twoneis.site";
useACMEHost = "twoneis.site";