Skip to content

Commit

Permalink
fix: derper
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 19, 2024
1 parent c2b1899 commit d61b95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/base/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let
# tailscale = inputs'.tailscale.packages.tailscale.overrideAttrs (old: {
# subPackages = old.subPackages ++ [ "cmd/derper" ] ++ [ "cmd/derpprobe" ];
subPackages = [
"cmd/tailscale"
# "cmd/tailscale"
"cmd/tailscaled"
"cmd/derper"
"cmd/stunc"
Expand Down

0 comments on commit d61b95c

Please sign in to comment.