tailscale workaround?

This commit is contained in:
Tao Tien 2024-02-06 11:40:27 -08:00
parent a65802bd2f
commit 522155b556

View file

@ -28,6 +28,7 @@
];
programs.partition-manager.enable = lib.mkDefault true;
services.resolved.enable = true;
services.tailscale.enable = true;
services.tailscale.package = pkgs.tailscale;