diff options
| author | yokai <accounts.8ef6c@simplelogin.com> | 2026-08-04 17:05:42 -0500 |
|---|---|---|
| committer | yokai <accounts.8ef6c@simplelogin.com> | 2026-08-04 17:05:42 -0500 |
| commit | a7adbd5063fe7ab428d8174cb9b31bec2c6133d6 (patch) | |
| tree | 6b11a725c098affa8eb7b1b9251112efcd24a1df /machines/enzo | |
| parent | b47ca1475decf1a98f10231f0cbeebfb75e7f6ea (diff) | |
common: parameterize LAN discovery interfacekusanagi-ollama-lan-firewall
Let the shared LAN discovery module use each host's Wi-Fi interface instead of assuming kusanagi's wlp8s0 everywhere. Set kusanagi to wlp8s0 and enzo to wlp1s0.
Reuse the same setting for kusanagi's Ollama LAN firewall rule so the service opening stays tied to the declared LAN interface.
Assisted-by: OpenAI:gpt-5
Diffstat (limited to 'machines/enzo')
| -rw-r--r-- | machines/enzo/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/enzo/default.nix b/machines/enzo/default.nix index 3246ca3..c243a80 100644 --- a/machines/enzo/default.nix +++ b/machines/enzo/default.nix @@ -16,6 +16,7 @@ ]; networking.hostName = "enzo"; + lanDiscovery.interface = "wlp1s0"; # Set this to the NixOS release the laptop is first installed from, then # leave it. (See the comment in machines/kusanagi/default.nix.) |
