modified: hosts/docker/configuration.nix

This commit is contained in:
2025-12-20 13:06:57 +10:00
parent 487d8bc474
commit 76649ad698

View File

@@ -19,7 +19,7 @@ in
networking.hostName = "docker"; # Define your hostname.
virtualisation.docker.enable = true;
services.tailscale.enable = true;
# Enable docker-compose
environment.systemPackages = with pkgs; [
docker-compose