sail: Install libreddit
This commit is contained in:
parent
b1f4f39f0d
commit
974c93298d
2 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,8 @@ in
|
||||||
|
|
||||||
(import ../nixos/freshrss.nix (args // { inherit secret; }))
|
(import ../nixos/freshrss.nix (args // { inherit secret; }))
|
||||||
|
|
||||||
|
../nixos/libreddit.nix
|
||||||
|
|
||||||
(import ../nixos/mastodon.nix (args // { inherit secret; }))
|
(import ../nixos/mastodon.nix (args // { inherit secret; }))
|
||||||
|
|
||||||
../nixos/synapse.nix
|
../nixos/synapse.nix
|
||||||
|
|
8
system/nixos/libreddit.nix
Normal file
8
system/nixos/libreddit.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
services.libreddit = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
address = "127.0.0.1";
|
||||||
|
port = 8002;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue