diff options
-rw-r--r-- | machines/dragon.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix index e85b5d6..96b83f6 100644 --- a/machines/dragon.nix +++ b/machines/dragon.nix @@ -46,7 +46,7 @@ in { }; }; - services.tailscale.enable = true; + # services.tailscale.enable = true; # virtualisation.lxd.enable = true; |