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
|
@ -1,6 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (!config.system.steamdeck.enable) {
|
||||
networking.useNetworkd = lib.mkForce false;
|
||||
|
||||
services.globalprotect.enable = true;
|
||||
|
||||
virtualisation.vmware.host.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue