Update redlib to use unstable package
This commit is contained in:
parent
a7a9567222
commit
7bca0369b8
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, upkgs, ... }: {
|
||||||
imports = [ ../../common/optional/services/nginx.nix ];
|
imports = [ ../../common/optional/services/nginx.nix ];
|
||||||
|
|
||||||
services.nginx.virtualHosts."redlib.moonythm.dev" =
|
services.nginx.virtualHosts."redlib.moonythm.dev" =
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
services.libreddit = {
|
services.libreddit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8416;
|
port = 8416;
|
||||||
package = pkgs.redlib;
|
# REASON: not in stable yet
|
||||||
|
package = upkgs.redlib;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue