move docker system packages to docker-service module
Check NixOS configurations / eval-hosts (push) Successful in 39m34s

This commit is contained in:
2026-07-13 00:36:52 +10:00
parent f139333980
commit 5b118b05da
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
];
}