Set up nitter on wind
This commit is contained in:
parent
d173ab984f
commit
306652ff73
2 changed files with 16 additions and 0 deletions
11
config/hosts/wind/services/nitter.nix
Normal file
11
config/hosts/wind/services/nitter.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.nitter = {
|
||||
enable = true;
|
||||
server = {
|
||||
port = 4992;
|
||||
# Only save cookies on HTTPS
|
||||
https = true;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue