From 4f785ca1c98cffdcdb4a0824d545fb0a8559056d Mon Sep 17 00:00:00 2001 From: leon Date: Sat, 26 Nov 2022 21:28:30 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 8eba7880..e2fc50a3 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -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;