Modularize custom network options, to allow EduRoam wifi to work on select devices

This commit is contained in:
Bun 2025-05-05 14:05:08 -04:00
parent f619a0e069
commit d9e30cd69e
5 changed files with 27 additions and 13 deletions

View file

@ -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;