diff --git a/server/configuration.nix b/server/configuration.nix index 638de69..745d37e 100644 --- a/server/configuration.nix +++ b/server/configuration.nix @@ -54,6 +54,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + docker-compose git-crypt gitFull gnupg @@ -145,4 +146,5 @@ automatic = true; options = "-d"; }; + virtualisation.docker.enable = true; }