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
+2 -15
View File
@@ -25,27 +25,14 @@ in
networking.hostName = "docker"; # Define your hostname.
networking.hostId = "007f0200";
boot.zfs.forceImportRoot = false;
# virtualisation.docker.enable = true;
# virtualisation.docker = {
# enable = true;
# package = pkgs.docker;
# listenOptions = [
# "unix:///var/run/docker.sock"
# "tcp://0.0.0.0:2375"
#];
# daemon.settings = {
# metrics-addr = "0.0.0.0:9323";
# experimental = true;
# };
#};
services.tailscale.enable = true;
# Enable docker-compose
environment.systemPackages = with pkgs; [
docker-compose
docker-buildx
# docker-compose
# docker-buildx
nfs-utils
];