add the docker-compose package

This commit is contained in:
Andreas Zweili 2021-11-27 16:28:41 +01:00
parent 9cf03e3f2f
commit ed11e2352c
1 changed files with 4 additions and 0 deletions

View File

@ -6,5 +6,9 @@
autoPrune.enable = true;
};
users.users.andreas.extraGroups = [ "docker" ];
environment.systemPackages = with pkgs; [
docker-compose
];
}