[tailscale] Update
This commit is contained in:
parent
d3f0c94583
commit
70b163cf0c
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgs-unstable, ... }:
|
||||
|
||||
let
|
||||
cfg = config.sisyphus.services.tailscale;
|
||||
|
@ -8,6 +8,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.tailscale;
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue