diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index c1cc58f..b13479d 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -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