summaryrefslogtreecommitdiffstats
path: root/system/services
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-28 12:25:13 +0100
committerSoispha <soispha@vhack.eu>2024-03-28 12:25:13 +0100
commitb9d8295cf79db648d57cd8a3d3446342ec227dd3 (patch)
treef10bd9372dc6f271596b111293c73bb1a92ec5ba /system/services
parentbuild(flake): Update (diff)
downloadnixos-server-b9d8295cf79db648d57cd8a3d3446342ec227dd3.zip
feat(system/servics/libreddit): Use the continued redlib package
Fixes: #87
Diffstat (limited to '')
-rw-r--r--system/services/libreddit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/services/libreddit/default.nix b/system/services/libreddit/default.nix
index e4ab893..9a7c459 100644
--- a/system/services/libreddit/default.nix
+++ b/system/services/libreddit/default.nix
@@ -1,4 +1,5 @@
{
+ pkgs-unstable,
config,
lib,
...
@@ -7,6 +8,7 @@
in {
services.libreddit = {
enable = true;
+ package = pkgs-unstable.redlib;
address = "127.0.0.1";
openFirewall = false;
};