forked from fi/nix-infra
Initial commit
This commit is contained in:
commit
6f88b92591
20 changed files with 395 additions and 0 deletions
19
hosts/nitter/nitter.nix
Normal file
19
hosts/nitter/nitter.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.nitter = {
|
||||
enable = true;
|
||||
|
||||
server = {
|
||||
title = "Birdsite";
|
||||
https = true;
|
||||
address = "0.0.0.0";
|
||||
port = 8080;
|
||||
};
|
||||
|
||||
preferences = {
|
||||
theme = "Mastodon";
|
||||
replaceTwitter = "birdsite.nekover.se";
|
||||
infiniteScroll = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue