mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-26 10:44:57 +08: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";
|
||||
};
|
||||
|
||||
environment.etc."NetworkManager/conf.d/20-ethernet-mac-address.conf".text = ''
|
||||
[connection.20-ethernet-mac-addr]
|
||||
match-device=type:ethernet
|
||||
ethernet.cloned-mac-address=${mac_ethernet}
|
||||
#environment.etc."NetworkManager/conf.d/20-ethernet-mac-address.conf".text = ''
|
||||
# [connection.20-ethernet-mac-addr]
|
||||
# match-device=type:ethernet
|
||||
# ethernet.cloned-mac-address=${mac_ethernet}
|
||||
|
||||
[.config]
|
||||
enable=nm-version-min:1.45
|
||||
'';
|
||||
# [.config]
|
||||
# enable=nm-version-min:1.45
|
||||
#'';
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue