Add ctop to docker
This commit is contained in:
parent
fa14d8fb59
commit
9ac850983b
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
liveRestore = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ docker-compose ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
ctop
|
||||
];
|
||||
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
3478 # Headscale DERP UDP
|
||||
|
|
Loading…
Reference in a new issue