Fold more logic into the tagging system

This commit is contained in:
Bun 2025-06-30 19:42:19 -04:00
parent 3398c611b7
commit 7999794410
14 changed files with 60 additions and 25 deletions

View file

@ -1,7 +1,7 @@
{ ... }:
{ config, ... }:
{
networking.wireless = {
enable = true;
enable = !config.networking.networkmanager.enable;
userControlled.enable = true;
};
}