nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit e783233aaa5443661895734f8c10aff972cc5f35
parent f3d5c57e01927019f7c685f108a8afae620464cf
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed,  4 Mar 2026 15:49:49 +0000

Removed slskd

Diffstat:
Mcommon/docker.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/docker.nix b/common/docker.nix @@ -19,7 +19,7 @@ }; # Firewall - networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedTCPPorts = [ 80 443 50300 ]; # Containers virtualisation.oci-containers = {