tart: enable tailscale

This commit is contained in:
Sridhar Ratnakumar 2025-07-21 12:01:45 -04:00
parent d7a9c94cf5
commit 7c4baeeb45

View file

@ -14,6 +14,7 @@ in
];
services.openssh.enable = true;
services.tailscale.enable = true;
# Workaround the annoying `Failed to start Network Manager Wait Online` error on switch.
# https://github.com/NixOS/nixpkgs/issues/180175