diff --git a/modules/hosts/default.nix b/modules/hosts/default.nix index 6ccb964..2d3458d 100644 --- a/modules/hosts/default.nix +++ b/modules/hosts/default.nix @@ -63,7 +63,6 @@ let }; modules = [ config.flake.modules.droid.core - config.flake.modules.droid.networking config.flake.modules.droid.${hostName} ]; }; diff --git a/modules/hosts/vega/config.nix b/modules/hosts/vega/config.nix index 8547718..0cd6fbd 100644 --- a/modules/hosts/vega/config.nix +++ b/modules/hosts/vega/config.nix @@ -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;