.
This commit is contained in:
parent
db512e1f74
commit
e01ffa4cec
14 changed files with 14 additions and 32 deletions
|
@ -16,7 +16,7 @@ in {
|
|||
enable = mkEnableOption "network manager";
|
||||
};
|
||||
|
||||
config =mkIf cfg.networkManager.enable {
|
||||
config = mkIf cfg.enable {
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue