From b52678cfa9e71851f2f71301ed8fe658cdf13f1c Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 29 Jul 2025 21:07:47 +0100 Subject: [PATCH] hosts/artemis: update wifi interface name --- hosts/artemis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/artemis/default.nix b/hosts/artemis/default.nix index 96465e0..e717f65 100644 --- a/hosts/artemis/default.nix +++ b/hosts/artemis/default.nix @@ -90,7 +90,7 @@ in system = { wireless = { enable = true; - interfaces = [ "wlp8s0" ]; + interfaces = [ "wlp11s0" ]; }; desktop = { gnome.enable = lib.mkForce false;