.github
.vscode
docs
hydra
keys
lib
modules
pkgs
systems
artemision
palatine-hill
attic
docker
haproxy
acme.nix
configuration.nix
default.nix
firewall.nix
gitea.nix
hardware-changes.nix
hardware.nix
hydra.nix
loki.nix
minio.nix
networking.nix
nextcloud.nix
postgresql.nix
samba.nix
secrets.yaml
typhon.nix
vars.nix
zfs.nix
users
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
statix.toml
treefmt.toml
30 lines
241 B
Nix
30 lines
241 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.firewall.allowedTCPPorts = [
|
|
# qbit
|
|
8081
|
|
8082
|
|
8443
|
|
|
|
# hydra
|
|
3000
|
|
|
|
# minio
|
|
8500
|
|
8501
|
|
|
|
# gitea
|
|
2222
|
|
2223
|
|
8088
|
|
|
|
# attic
|
|
8183
|
|
|
|
# collabora
|
|
9980
|
|
];
|
|
|
|
}
|