neocats
This commit is contained in:
parent
94f5d87fd9
commit
66c98fe365
2 changed files with 31 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue