mobile: Add wpa_gui to laptops to make joining a network temporarily easier
This commit is contained in:
parent
23d3c6bff5
commit
6a9d21aac0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
};
|
||||
|
||||
config = with config.chvp.base.network.mobile; lib.mkIf enable {
|
||||
environment.systemPackages = [ pkgs.wpa_supplicant_gui ];
|
||||
users.users.charlotte.extraGroups = [ "network" ];
|
||||
users.groups.network = { };
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue