Skip to content

Commit

Permalink
flarum: remove redunant domain
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Leightcap <jack@leightcap.com>
  • Loading branch information
jleightcap committed Sep 14, 2023
1 parent 7bffbd2 commit 56987d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configs/flarum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
nixpkgs.hostPlatform = "x86_64-linux";
services.flarum = {
enable = true;
domain = "10.233.1.2";
baseUrl = "http://10.233.1.2";
domain = "10.233.2.2";
};
}

0 comments on commit 56987d7

Please sign in to comment.