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 = { services.tailscale = {
enable = true; enable = true;
extraSetFlags = [ extraSetFlags = [
"--exit-node=100.66.72.23" "--exit-node=us-sjc-wg-401.mullvad.ts.net"
"--exit-node-allow-lan-access" "--exit-node-allow-lan-access"
]; ];
}; };

View file

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