mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
refactor(hosts): scope networking to vega host
This commit is contained in:
@@ -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}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user