mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
unstable tailscale for vuln
This commit is contained in:
parent
f258ec4e2d
commit
c22a29d7e5
2 changed files with 4 additions and 2 deletions
|
|
@ -2,13 +2,15 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
unstablePkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
package = unstablePkgs.tailscale;
|
||||
};
|
||||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
git
|
||||
vim
|
||||
wget
|
||||
tailscale
|
||||
unstablePkgs.tailscale
|
||||
halloy
|
||||
conda
|
||||
inputs.flox.packages.${pkgs.system}.flox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue