Compare commits

..

No commits in common. "9260cbff20617a4811749d2e7bad4df67240638b" and "7f627ec2d36ed4bb662f6a0259c0f329f9fde33c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@
services.tailscale = {
enable = true;
extraSetFlags = [
"--exit-node=100.66.72.23"
"--exit-node=us-sjc-wg-401.mullvad.ts.net"
"--exit-node-allow-lan-access"
];
};

View file

@ -110,7 +110,6 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
nhs = pkgs.writeShellScriptBin "nhs" ''
sudo -v || exit $?
nh os switch --hostname framework path:. "$@"
'';
in