Update nixpkgs, remove nitter
This commit is contained in:
parent
b1ff58b3d9
commit
da1928e8ca
4 changed files with 9 additions and 22 deletions
|
@ -12,7 +12,6 @@
|
|||
./services/borg.nix
|
||||
./services/coturn.nix
|
||||
./services/nginx.nix
|
||||
./services/nitter.nix
|
||||
./services/postgres.nix
|
||||
./services/synapse.nix
|
||||
./services/ttrss.nix
|
||||
|
|
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.nitter = {
|
||||
enable = true;
|
||||
server = {
|
||||
port = 4992;
|
||||
# Only save cookies on HTTPS
|
||||
address = "127.0.0.1";
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue