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 d61b95c commit 19e9ce1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/modules/base/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ 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"
"cmd/hello"
];
postInstall = concatStrings [
"alias ln=echo\n"
old.postInstall
];
});
}
)
Expand Down

0 comments on commit 19e9ce1

Please sign in to comment.