moved docker-compose

This commit is contained in:
Alexander Szczepanski
2021-08-18 21:20:34 +02:00
parent da0639acf4
commit 53a26d6a5e
3 changed files with 16 additions and 5 deletions

View File

@ -4,4 +4,8 @@
virtualisation = {
docker.enable = true;
};
environment.systemPackages = with pkgs; [
docker-compose
];
}