podman allow docker-compose

This commit is contained in:
41666 2024-01-20 01:45:10 -05:00
parent 2171474c3b
commit df5cebc8af
3 changed files with 46 additions and 44 deletions

View file

@ -9,6 +9,7 @@
../../features/nvidia.nix
../../features/steam.nix
../../features/dns-cache.nix
../../features/podman.nix
];
home-manager.users.noe = import ../../../home-manager/noe/hosts/aerial.nix;
@ -27,7 +28,7 @@
environment.systemPackages = [
pkgs.python3
];
];
networking.firewall.allowedTCPPorts = [ 42069 8000 ];
networking.firewall.allowedUDPPorts = [ 42069 ];