aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/rivendell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/nixos/x86_64-linux/rivendell.nix')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix15
1 files changed, 0 insertions, 15 deletions
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 = [