hades: add docker and docker-compose

This commit is contained in:
Antoine Martin 2022-10-11 21:18:59 +02:00
parent 96eb801915
commit c425b456f1

View file

@ -92,6 +92,12 @@ in {
services.openssh.permitRootLogin = "no";
services.openssh.passwordAuthentication = false;
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
docker-compose
];
# Takes a long while to build
documentation.nixos.enable = false;
}