Add ctop to docker

This commit is contained in:
iFargle 2023-12-04 21:48:23 +09:00
parent fa14d8fb59
commit 9ac850983b

View file

@ -13,7 +13,10 @@
liveRestore = true; liveRestore = true;
}; };
environment.systemPackages = with pkgs; [ docker-compose ]; environment.systemPackages = with pkgs; [
docker-compose
ctop
];
networking.firewall.allowedUDPPorts = [ networking.firewall.allowedUDPPorts = [
3478 # Headscale DERP UDP 3478 # Headscale DERP UDP