remove network manager from server and desktop and only enable it on laptop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, config, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
@@ -49,5 +49,7 @@ in
|
||||
wireshark.enable = true;
|
||||
bitwarden.enable = true;
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
environment.systemPackages = with pkgs; [ networkmanagerapplet ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user