aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede/nixos.nix')
-rw-r--r--hosts/ganymede/nixos.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix
index 6467059..863032f 100644
--- a/hosts/ganymede/nixos.nix
+++ b/hosts/ganymede/nixos.nix
@@ -9,6 +9,12 @@
services.tailscale.extraSetFlags = ["--advertise-exit-node"];
+ # backup usb teather configuration
+ systemd.network.networks."80-usb-teather" = {
+ name = "enp0s20f0u2";
+ networkConfig.DHCP = "yes";
+ };
+
nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "25.05";
}