server | enable docker + docker-compose

This commit is contained in:
Don Harper 2022-11-26 22:57:24 -06:00
parent 4a89c9c0e3
commit 5d84541909

View file

@ -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;
}