move docker system packages to docker-service module

This commit is contained in:
2026-07-13 00:36:52 +10:00
parent 153b2f0cfa
commit bca8c2f9df
2 changed files with 7 additions and 15 deletions
+5
View File
@@ -15,4 +15,9 @@
# experimental = true;
# };
};
environment.systemPackages = with pkgs; [
docker-compose
docker-buildx
];
}