NixOS 23.05 #2

Merged
oat merged 4 commits from nixos-23 into main 2023-06-08 20:50:59 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit c0c4b77fbd - Show all commits

View File

@ -34,6 +34,9 @@ in {
nitter = {
enable = true;
package = pkgs.nitter;
config = {
proxy = ""; # https://github.com/NixOS/nixpkgs/issues/235359
};
server = {
address = "127.0.0.1";
port = cfg.port;