feat: switch to tailscale from nixpkgs-unstable
This commit is contained in:
parent
fe49304110
commit
b19dc7ac7a
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
cfg = config.services.tailscale;
|
||||
|
@ -11,6 +11,7 @@ in {
|
|||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.tailscale;
|
||||
openFirewall = true;
|
||||
useRoutingFeatures = "both";
|
||||
extraUpFlags = [
|
||||
|
|
Loading…
Reference in a new issue