disable kotori

This commit is contained in:
Maciej Jur 2024-04-02 00:17:44 +02:00
parent 0abaeefc04
commit beefeed823
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD

View file

@ -5,7 +5,7 @@
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
# /profiles/freshrss.nix # /profiles/freshrss.nix
# ./profiles/cgit.nix # ./profiles/cgit.nix
./profiles/kotori.nix # ./profiles/kotori.nix
]; ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
@ -42,10 +42,10 @@
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
22 # endlessh 22 # endlessh
80 # nginx 80 # nginx
443 # nginx TLS 443 # nginx TLS
2222 # ssh 2222 # ssh
22070 22067 # syncthing relay 22070 22067 # syncthing relay
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
@ -151,7 +151,7 @@
statusPort = 22070; statusPort = 22070;
port = 22067; port = 22067;
globalRateBps = 25000; globalRateBps = 25000;
}; };
}; };
}; };