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 = [
config.flake.modules.droid.core
config.flake.modules.droid.networking
config.flake.modules.droid.${hostName}
];
};