From 5d845419096457d167efb480112e5e234f831c7a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 26 Nov 2022 22:57:24 -0600 Subject: [PATCH] server | enable docker + docker-compose --- server/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }