add docker-compose

This commit is contained in:
Leon Vita 2022-09-24 02:42:09 +01:00
parent a89a8e0370
commit 51db5ae34e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
wget vim python3Full nmap htop wireguard-tools
wget vim python3Full nmap htop wireguard-tools docker-compose
];
users.users.leoncloud = {