network-manager: disable congress profile
This commit is contained in:
parent
0cb2f4f62a
commit
2e884d2e58
2configs/hw
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./nm-profiles/congress.nix
|
||||
#./nm-profiles/congress.nix
|
||||
];
|
||||
users.users.makefu = {
|
||||
extraGroups = [ "networkmanager" ];
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
# for 802-1x to work, iwd cannot be used and must be disabled
|
||||
networking.networkmanager.ensureProfiles.profiles = {
|
||||
"38C3" = {
|
||||
connection = {
|
||||
|
|
Loading…
Reference in a new issue