1
0
Fork 0

sail: Install libreddit

This commit is contained in:
Daniel Kempkens 2023-02-12 22:13:30 +01:00
parent b1f4f39f0d
commit 974c93298d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,8 @@
{
services.libreddit = {
enable = true;
address = "127.0.0.1";
port = 8002;
};
}