mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 14:30:14 +01:00
chore(temp): disable mac spoofing for ethernet as it makes the ethernet module break
This commit is contained in:
parent
972e13ba0c
commit
2797c6dace
1 changed files with 7 additions and 7 deletions
|
|
@ -57,14 +57,14 @@ in
|
||||||
# networkmanager.ethernet.macAddress = "13:37:6a:8a:ed:a4";
|
# networkmanager.ethernet.macAddress = "13:37:6a:8a:ed:a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."NetworkManager/conf.d/20-ethernet-mac-address.conf".text = ''
|
#environment.etc."NetworkManager/conf.d/20-ethernet-mac-address.conf".text = ''
|
||||||
[connection.20-ethernet-mac-addr]
|
# [connection.20-ethernet-mac-addr]
|
||||||
match-device=type:ethernet
|
# match-device=type:ethernet
|
||||||
ethernet.cloned-mac-address=${mac_ethernet}
|
# ethernet.cloned-mac-address=${mac_ethernet}
|
||||||
|
|
||||||
[.config]
|
# [.config]
|
||||||
enable=nm-version-min:1.45
|
# enable=nm-version-min:1.45
|
||||||
'';
|
#'';
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue