nixos/networkmanager: fix incorrect documention about extraConfig

This commit is contained in:
sanxus 2024-05-02 21:20:25 +08:00
parent f9388726e7
commit 6b7692c8f5
No known key found for this signature in database
GPG Key ID: 9F2ADAA8903F664E

View File

@ -470,7 +470,7 @@ in
- [main]
- no-auto-default=*
- '''
+ extraConfig.main.no-auto-default = "*";
+ settings.main.no-auto-default = "*";
};
```
''