Skip to content

Commit

Permalink
2024/06/16-12:15:14
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jun 16, 2024
1 parent 6614944 commit 247340e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/z13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ with lib;
wlan0 = {
device = "wlp1s0";
type = "managed";
mac = "x2:b0:de:ac:ec:29";
mac = "02:b0:de:ac:ec:29";
};
wlan1 = {
device = "wlp1s0";
type = "managed";
mac = "x2:b0:de:ac:ec:2a";
mac = "02:b0:de:ac:ec:2a";
};
};
networkmanager = {
Expand Down

0 comments on commit 247340e

Please sign in to comment.