forgot the most important part
This commit is contained in:
parent
ff7a37a433
commit
a44015b02a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
inherit (config) conf;
|
inherit (config) conf;
|
||||||
inherit ((pkgs.formats.elixirConf {}).lib) mkMap;
|
inherit ((pkgs.formats.elixirConf {}).lib) mkMap;
|
||||||
|
akkoma-fe = pkgs.callPackage ./akkoma-fe.nix {};
|
||||||
neocat = pkgs.callPackage ./neocat.nix {};
|
neocat = pkgs.callPackage ./neocat.nix {};
|
||||||
neofox = pkgs.callPackage ./neofox.nix {};
|
neofox = pkgs.callPackage ./neofox.nix {};
|
||||||
blobfox = pkgs.callPackage ./blobfox.nix {};
|
blobfox = pkgs.callPackage ./blobfox.nix {};
|
||||||
|
@ -17,6 +18,7 @@ in
|
||||||
mkIf conf.fedi.enable {
|
mkIf conf.fedi.enable {
|
||||||
services.akkoma = {
|
services.akkoma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
frontends.primary.package = akkoma-fe;
|
||||||
config = {
|
config = {
|
||||||
":pleroma" = {
|
":pleroma" = {
|
||||||
":instance" = {
|
":instance" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue