diff options
| author | Mel <mel@rnrd.eu> | 2026-03-16 15:41:56 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-16 20:51:39 +0100 |
| commit | 4e1a7389a8216e00cb8d16df6dfcc0cdc125edf5 (patch) | |
| tree | 2fdd6360aaf06d8d44705946a0f24c3f7d563943 /machines/wolfram | |
| parent | 58a9b41ddbdcf397580a8ba0df87a971221e3845 (diff) | |
| download | minerals-4e1a7389a8216e00cb8d16df6dfcc0cdc125edf5.tar.zst minerals-4e1a7389a8216e00cb8d16df6dfcc0cdc125edf5.zip | |
Configure wpa_supplicant driven interfaces individually per machine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/wolfram')
| -rw-r--r-- | machines/wolfram/devices.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix index fa695c4..b33fb99 100644 --- a/machines/wolfram/devices.nix +++ b/machines/wolfram/devices.nix @@ -53,6 +53,8 @@ networking = { useDHCP = false; dhcpcd.enable = false; + + wireless.interfaces = [ "wlp6s0" ]; }; systemd.network = { enable = true; |
