mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
networkmanager force reconfigure interface after boot
This commit is contained in:
@@ -39,7 +39,15 @@ inputs:
|
||||
dbus.implementation = "broker";
|
||||
pcscd.enable = true;
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager =
|
||||
{
|
||||
enable = true;
|
||||
extraConfig = stripeTabs
|
||||
"
|
||||
[device]
|
||||
keep-configuration=no
|
||||
";
|
||||
};
|
||||
programs = { dconf.enable = true; nix-ld.enable = true; };
|
||||
nixpkgs =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user