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

@@ -63,7 +63,6 @@ let
}; };
modules = [ modules = [
config.flake.modules.droid.core config.flake.modules.droid.core
config.flake.modules.droid.networking
config.flake.modules.droid.${hostName} config.flake.modules.droid.${hostName}
]; ];
}; };

View File

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