This commit is contained in:
Leon Vita 2022-11-26 21:28:30 +00:00
parent b53c53a6f7
commit 4f785ca1c9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
wget vim python3Full python310Packages.pip nmap htop wireguard-tools docker-compose
wget vim python3Full python310Packages.pip python310Packages.flask nmap htop wireguard-tools docker-compose
];
virtualisation.docker.enable = true;