trying local src
This commit is contained in:
parent
c35aec21f0
commit
0efe8702c4
2 changed files with 6 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
neofox = (pkgs.callPackage ./neofox.nix { });
|
||||
blobfox = (pkgs.callPackage ./blobfox.nix { });
|
||||
blobhaj = (pkgs.callPackage ./blobhaj.nix { });
|
||||
blobhajFlags = (pkgs.callPackage ./blobhajFlags.nix { });
|
||||
# blobhajFlags = (pkgs.callPackage ./blobhajFlags.nix { });
|
||||
in mkIf conf.fedi.enable {
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
|
@ -109,7 +109,7 @@ in mkIf conf.fedi.enable {
|
|||
"emoji/neofox" = neofox;
|
||||
"emoji/blobfox" = blobfox;
|
||||
"emoji/blobhaj" = blobhaj;
|
||||
"emoji/blobhajFlags" = blobhajFlags;
|
||||
# "emoji/blobhajFlags" = blobhajFlags;
|
||||
};
|
||||
nginx = {
|
||||
serverName = "fedi.twoneis.site";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue