Modularize custom network options, to allow EduRoam wifi to work on select devices
This commit is contained in:
parent
f619a0e069
commit
d9e30cd69e
5 changed files with 27 additions and 13 deletions
7
modules/system/devices/networking/wireless/default.nix
Normal file
7
modules/system/devices/networking/wireless/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
networking.wireless = {
|
||||
enable = config.system.desktop.enable;
|
||||
userControlled.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue