nixos/testing/network.nix: Add network config to specialisations
This commit is contained in:
@@ -112,6 +112,6 @@ let
|
||||
in
|
||||
{
|
||||
config = {
|
||||
defaults = { imports = [ networkModule nodeNumberModule ]; };
|
||||
extraBaseModules = { imports = [ networkModule nodeNumberModule ]; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user