podman allow docker-compose
This commit is contained in:
parent
2171474c3b
commit
df5cebc8af
3 changed files with 46 additions and 44 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue