diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-27 08:55:59 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-27 08:55:59 -0600 |
| commit | 6383802ba1addc4799328ce3696df2c76fb7c1b2 (patch) | |
| tree | 960db8899e2b12c5b3be3bc276250e7194c48da9 /hosts/ganymede/nixos.nix | |
| parent | b900e797ea557030edb8350bbf732c061f23c7a0 (diff) | |
clean up networking config and support for usb teather
Diffstat (limited to 'hosts/ganymede/nixos.nix')
| -rw-r--r-- | hosts/ganymede/nixos.nix | 6 |
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"; } |
