disko
This commit is contained in:
@@ -29,5 +29,16 @@ in
|
||||
settings.General.EnableNetworkConfiguration = true;
|
||||
};
|
||||
};
|
||||
|
||||
# TODO - Network Configuration
|
||||
# (lib.mkIf (config.network != null) {
|
||||
# networking = {
|
||||
# inherit (config.network) defaultGateway nameservers;
|
||||
# interfaces.${config.network.interface}.ipv4.addresses = [{
|
||||
# inherit (config.network) address;
|
||||
# prefixLength = 24;
|
||||
# }];
|
||||
# };
|
||||
# })
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user