diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-09 13:32:55 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-09 13:32:55 -0800 |
| commit | d5577bed10ca45cfedfd142d8aeba0a0b028d2b5 (patch) | |
| tree | 83d5467a2966eaab33dc4476e6aa4e37ae1df404 /machines | |
| parent | install kitty terminfo on servers (diff) | |
| download | infra-d5577bed10ca45cfedfd142d8aeba0a0b028d2b5.tar.gz | |
remove tailscale configuration
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/darwin/aarch64-darwin/mba-m2.nix | 2 | ||||
| -rw-r--r-- | machines/nixos/x86_64-linux/rivendell.nix | 15 |
2 files changed, 0 insertions, 17 deletions
diff --git a/machines/darwin/aarch64-darwin/mba-m2.nix b/machines/darwin/aarch64-darwin/mba-m2.nix index f083afa..046e0ff 100644 --- a/machines/darwin/aarch64-darwin/mba-m2.nix +++ b/machines/darwin/aarch64-darwin/mba-m2.nix @@ -19,8 +19,6 @@ networking.hostName = "mba-m2"; - services.tailscale.enable = true; - users = { users.${adminUser.name} = { home = "/Users/${adminUser.name}"; diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix index 90fbce3..73e3002 100644 --- a/machines/nixos/x86_64-linux/rivendell.nix +++ b/machines/nixos/x86_64-linux/rivendell.nix @@ -15,7 +15,6 @@ ../../../profiles/keycloak.nix ../../../profiles/remote-unlock.nix ../../../profiles/server.nix - ../../../profiles/tailscale.nix ]; age = { @@ -23,9 +22,6 @@ wireguard = { file = ../../../secrets/rivendell/wireguard.age; }; - ts = { - file = ../../../secrets/rivendell/ts.age; - }; }; }; @@ -68,17 +64,6 @@ networking.firewall.allowedUDPPorts = [ 51871 ]; - services.tailscale = { - useRoutingFeatures = "both"; - authKeyFile = config.age.secrets.ts.path; - extraSetFlags = [ - "--accept-dns=true" - "--accept-routes=true" - "--advertise-exit-node=true" - "--ssh" - ]; - }; - home-manager = { users.${adminUser.name} = { imports = [ |
