Skip to content

Commit 7dc1775

Browse files
committed
meteion: disable Wi-Fi
1 parent a21e196 commit 7dc1775

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

hosts/meteion/configuration.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232

3333
networking.nftables.enable = true;
3434

35-
networking.wireless.iwd.enable = true;
36-
3735
nix = {
3836
gc = {
3937
automatic = true;

hosts/meteion/systemd-networkd.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,4 @@
1616
IPv6AcceptRA = true;
1717
};
1818
};
19-
20-
systemd.network.networks.wlan = {
21-
enable = true;
22-
matchConfig.Type = "wlan";
23-
networkConfig = {
24-
DHCP = "ipv4";
25-
IPv6PrivacyExtensions = true;
26-
IPv6AcceptRA = true;
27-
};
28-
};
2919
}

0 commit comments

Comments
 (0)