Compare commits
No commits in common. "9260cbff20617a4811749d2e7bad4df67240638b" and "7f627ec2d36ed4bb662f6a0259c0f329f9fde33c" have entirely different histories.
9260cbff20
...
7f627ec2d3
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue