refactor(hosts): scope networking to vega host

This commit is contained in:
tux
2026-08-11 21:08:50 +05:30
parent 67c44b336c
commit fbd006ae4c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{ config, ... }:
{
flake.modules.droid.vega =
{
@@ -6,6 +7,10 @@
...
}:
{
imports = with config.flake.modules.droid; [
networking
];
# @TODO: Broken currently
# android-integration.am.enable = true;
# android-integration.termux-open-url.enable = true;