Skip to content

Commit

Permalink
add flarum service
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Nov 17, 2024
1 parent f2180a3 commit bad87dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/Flarum/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{pkgs, ...}: {
{
pkgs,
sources,
...
}: {
packages = {inherit (pkgs) flarum;};
nixos.modules.services.flarum = "${sources.inputs.nixpkgs}/nixos/modules/services/web-apps/flarum.nix";
}

0 comments on commit bad87dd

Please sign in to comment.